Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2021-21708 (GCVE-0-2021-21708)
Vulnerability from cvelistv5
- CWE-416 - Use After Free
| URL | Tags | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||
{
"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": {
"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\"]}]}}"
}
}
CERTFR-2024-AVI-0295
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits Palo Alto Networks. Certaines d'entre elles permettent à un attaquant de provoquer une atteinte à l'intégrité des données, un contournement de la politique de sécurité et une atteinte à la confidentialité des données.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| Palo Alto Networks | PAN-OS | PAN-OS versions 11.1.x antérieures à 11.1.2 | ||
| Palo Alto Networks | PAN-OS | PAN-OS versions 10.2.x antérieures à 10.2.8 | ||
| Palo Alto Networks | PAN-OS | PAN-OS sur Panorama versions 11.0.x antérieures à 11.0.4 | ||
| Palo Alto Networks | PAN-OS | PAN-OS versions 9.0.x antérieures à 9.0.17-h4 | ||
| Palo Alto Networks | PAN-OS | PAN-OS versions 8.1.x antérieures à 8.1.26 | ||
| Palo Alto Networks | PAN-OS | PAN-OS versions 10.1.x antérieures à 10.1.12 | ||
| Palo Alto Networks | PAN-OS | PAN-OS sur Panorama versions 10.2.x antérieures à 10.2.8 | ||
| Palo Alto Networks | PAN-OS | PAN-OS versions 11.0.x antérieures à 11.0.4 | ||
| Palo Alto Networks | PAN-OS | PAN-OS sur Panorama versions 10.1.x antérieures à 10.1.12 | ||
| Palo Alto Networks | PAN-OS | PAN-OS versions 9.1.x antérieures à 9.1.17 | ||
| Palo Alto Networks | PAN-OS | PAN-OS versions 10.0.x antérieures à 10.0.13 | ||
| Palo Alto Networks | Prisma Access | Prisma Access versions 10.2.x antérieures à 10.2.4 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "PAN-OS versions 11.1.x ant\u00e9rieures \u00e0 11.1.2",
"product": {
"name": "PAN-OS",
"vendor": {
"name": "Palo Alto Networks",
"scada": false
}
}
},
{
"description": "PAN-OS versions 10.2.x ant\u00e9rieures \u00e0 10.2.8",
"product": {
"name": "PAN-OS",
"vendor": {
"name": "Palo Alto Networks",
"scada": false
}
}
},
{
"description": "PAN-OS sur Panorama versions 11.0.x ant\u00e9rieures \u00e0 11.0.4",
"product": {
"name": "PAN-OS",
"vendor": {
"name": "Palo Alto Networks",
"scada": false
}
}
},
{
"description": "PAN-OS versions 9.0.x ant\u00e9rieures \u00e0 9.0.17-h4",
"product": {
"name": "PAN-OS",
"vendor": {
"name": "Palo Alto Networks",
"scada": false
}
}
},
{
"description": "PAN-OS versions 8.1.x ant\u00e9rieures \u00e0 8.1.26",
"product": {
"name": "PAN-OS",
"vendor": {
"name": "Palo Alto Networks",
"scada": false
}
}
},
{
"description": "PAN-OS versions 10.1.x ant\u00e9rieures \u00e0 10.1.12",
"product": {
"name": "PAN-OS",
"vendor": {
"name": "Palo Alto Networks",
"scada": false
}
}
},
{
"description": "PAN-OS sur Panorama versions 10.2.x ant\u00e9rieures \u00e0 10.2.8",
"product": {
"name": "PAN-OS",
"vendor": {
"name": "Palo Alto Networks",
"scada": false
}
}
},
{
"description": "PAN-OS versions 11.0.x ant\u00e9rieures \u00e0 11.0.4",
"product": {
"name": "PAN-OS",
"vendor": {
"name": "Palo Alto Networks",
"scada": false
}
}
},
{
"description": "PAN-OS sur Panorama versions 10.1.x ant\u00e9rieures \u00e0 10.1.12",
"product": {
"name": "PAN-OS",
"vendor": {
"name": "Palo Alto Networks",
"scada": false
}
}
},
{
"description": "PAN-OS versions 9.1.x ant\u00e9rieures \u00e0 9.1.17",
"product": {
"name": "PAN-OS",
"vendor": {
"name": "Palo Alto Networks",
"scada": false
}
}
},
{
"description": "PAN-OS versions 10.0.x ant\u00e9rieures \u00e0 10.0.13",
"product": {
"name": "PAN-OS",
"vendor": {
"name": "Palo Alto Networks",
"scada": false
}
}
},
{
"description": "Prisma Access versions 10.2.x ant\u00e9rieures \u00e0 10.2.4",
"product": {
"name": "Prisma Access",
"vendor": {
"name": "Palo Alto Networks",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2020-25658",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25658"
},
{
"name": "CVE-2022-47629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-47629"
},
{
"name": "CVE-2022-31676",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31676"
},
{
"name": "CVE-2024-3385",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3385"
},
{
"name": "CVE-2024-3382",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3382"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2022-3515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3515"
},
{
"name": "CVE-2024-3383",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3383"
},
{
"name": "CVE-2024-3388",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3388"
},
{
"name": "CVE-2022-37454",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37454"
},
{
"name": "CVE-2024-3384",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3384"
},
{
"name": "CVE-2024-3386",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3386"
},
{
"name": "CVE-2021-43527",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43527"
},
{
"name": "CVE-2024-3387",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3387"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2017-9120",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9120"
},
{
"name": "CVE-2017-8923",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-8923"
},
{
"name": "CVE-2021-21708",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21708"
}
],
"initial_release_date": "2024-04-11T00:00:00",
"last_revision_date": "2024-04-11T00:00:00",
"links": [],
"reference": "CERTFR-2024-AVI-0295",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-04-11T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits Palo Alto Networks\u003c/span\u003e. Certaines d\u0027entre\nelles permettent \u00e0 un attaquant de provoquer une atteinte \u00e0 l\u0027int\u00e9grit\u00e9\ndes donn\u00e9es, un contournement de la politique de s\u00e9curit\u00e9 et une\natteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Palo Alto Networks",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Palo Alto Networks PAN-234921 du 10 avril 2024",
"url": "https://security.paloaltonetworks.com/CVE-2024-3382"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Palo Alto Networks PAN-198992 du 10 avril 2024",
"url": "https://security.paloaltonetworks.com/CVE-2024-3384"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Palo Alto Networks PAN-224964 du 10 avril 2024",
"url": "https://security.paloaltonetworks.com/CVE-2024-3388"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Palo Alto Networks PAN-208155 du 10 avril 2024",
"url": "https://security.paloaltonetworks.com/CVE-2024-3386"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Palo Alto Networks PAN-221224 du 10 avril 2024",
"url": "https://security.paloaltonetworks.com/CVE-2024-3385"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Palo Alto Networks PAN-200047 du 10 avril 2024",
"url": "https://security.paloaltonetworks.com/CVE-2024-3387"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Palo Alto Networks PAN-211764 et PAN-218522 du 10 avril 2024",
"url": "https://security.paloaltonetworks.com/CVE-2024-3383"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Palo Alto Networks PAN-SA-2024-0004 du 10 avril 2024",
"url": "https://security.paloaltonetworks.com/PAN-SA-2024-0004"
}
]
}
CERTFR-2022-AVI-161
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans PHP. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "PHP versions 8.0.x ant\u00e9rieures \u00e0 8.0.16",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 8.1.x ant\u00e9rieures \u00e0 8.1.3",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 7.4.x ant\u00e9rieures \u00e0 7.4.28",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2021-21708",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21708"
}
],
"initial_release_date": "2022-02-18T00:00:00",
"last_revision_date": "2022-02-28T00:00:00",
"links": [],
"reference": "CERTFR-2022-AVI-161",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2022-02-18T00:00:00.000000"
},
{
"description": "Correction de la r\u00e9f\u00e9rence CVE",
"revision_date": "2022-02-28T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans PHP. Elles\npermettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non\nsp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans PHP",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.1.3 du 17 f\u00e9vrier 2022",
"url": "https://www.php.net/ChangeLog-8.php#8.1.3"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.0.16 du 17 f\u00e9vrier 2022",
"url": "https://www.php.net/ChangeLog-8.php#8.0.16"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 PHP 7.4.28 du 17 f\u00e9vrier 2022",
"url": "https://www.php.net/ChangeLog-7.php#7.4.28"
}
]
}
CERTFR-2023-AVI-0537
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits Juniper. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et un contournement de la politique de sécurité.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| Juniper Networks | Junos Space | Juniper Networks Junos Space versions antérieures à 23.1R1 | ||
| Juniper Networks | Junos OS Evolved | Junos OS Evolved versions antérieures à 20.4R3-S6-EVO, 20.4R3-S7-EVO, 21.2R3-S5-EVO, 21.3R3-S1-EVO, 21.3R3-S4-EVO, 21.4R3-EVO, 21.4R3-S2-EVO, 21.4R3-S3-EVO, 21.4R3-S4-EVO, 22.1R1-S2-EVO, 22.1R2-EVO, 22.1R3-EVO, 22.1R3-S3-EVO, 22.2R2-EVO, 22.2R2-S1-EVO, 22.2R3-S2-EVO*, 22.2R3-EVO et 22.3R1-EVO, 22.3R2-EVO, 22.3R3-EVO, 22.4R1-EVO, 22.4R1-S2-EVO, 22.4R2-EVO, 23.1R1-EVO | ||
| Juniper Networks | Junos OS | Junos OS gamme QFX10000 versions antérieures à 20.4R3-S5, 21.1R3-S5, 21.2R3-S5, 21.3R3-S4, 21.4R3-S1, 22.1R3, 22.2R2, 22.3R1-S2, 22.3R2 et 22.4R1 | ||
| Juniper Networks | Junos OS | Junos OS gamme SRX versions antérieures à 20.2R3-S7, 20.4R3-S6, 21.1R3-S5, 21.2R3-S4, 21.3R3-S4, 21.4R3-S3, 22.1R3-S1, 22.2R3, 22.3R2, 22.3R2-S1, 22.3R3, 22.4R1-S1, 22.4R1-S2, 22.4R2 et 23.1R1 | ||
| Juniper Networks | Junos OS | Junos OS gamme MX versions antérieures à 19.1R3-S10, 19.2R3-S7, 19.3R3-S8, 19.4R3-S12, 20.2R3-S8, 20.4R3-S7, 21.1R3-S5, 21.2R3-S5, 21.2R3-S4, 21.3R3-S4, 21.4R3-S3, 21.4R3-S4, 22.1R3-S2, 22.1R3-S3, 22.2R3-S1, 22.3R3, 22.3R2-S1, 22.4R1-S2, 22.4R2 et 23.1R1 | ||
| Juniper Networks | N/A | Juniper Networks gammes SRX et MX versions antérieures à SigPack 3598 | ||
| Juniper Networks | Junos OS | Junos OS gammes SRX 4600 et SRX 5000 versions antérieures à 20.2R3-S7, 20.4R3-S7, 21.1R3-S5, 21.2R3-S3, 21.3R3-S3, 21.4R3-S1, 22.1R3, 22.2R2, 22.3R1-S1, 22.3R2 et 22.4R1 | ||
| Juniper Networks | Junos OS | Junos OS versions antérieures à 19.1R3-S10, 19.2R3-S7, 19.3R3-S7, 19.3R3-S8, 19.4R3-S9, 19.4R3-S10, 19.4R3-S11, 20.2R3-S7, 20.3R3-S5, 20.3R3-S6, 20.4R3-S6, 20.4R3-S7, 21.1R3-S4, 21.2R3-S2, 21.3R3-S1, 21.4R3, 22.1R1-S2, 22.1R2, 22.2R2, 20.2R3-S6, 20.4R3-S5, 21.1R3-S4, 21.2R3-S3, 21.2R3-S5, 21.3R3-S2, 21.3R3-S4, 21.4R3, 21.4R3-S4, 22.1R3, 22.2R2, 22.2R3, 22.3R1, 22.3R2, 22.4R1 et 23.2R1 | ||
| Juniper Networks | N/A | Juniper Networks Contrail Cloud versions antérieures à 16.3.0 |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Juniper Networks Junos Space versions ant\u00e9rieures \u00e0 23.1R1",
"product": {
"name": "Junos Space",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS Evolved versions ant\u00e9rieures \u00e0 20.4R3-S6-EVO, 20.4R3-S7-EVO, 21.2R3-S5-EVO, 21.3R3-S1-EVO, 21.3R3-S4-EVO, 21.4R3-EVO, 21.4R3-S2-EVO, 21.4R3-S3-EVO, 21.4R3-S4-EVO, 22.1R1-S2-EVO, 22.1R2-EVO, 22.1R3-EVO, 22.1R3-S3-EVO, 22.2R2-EVO, 22.2R2-S1-EVO, 22.2R3-S2-EVO*, 22.2R3-EVO et 22.3R1-EVO, 22.3R2-EVO, 22.3R3-EVO, 22.4R1-EVO, 22.4R1-S2-EVO, 22.4R2-EVO, 23.1R1-EVO",
"product": {
"name": "Junos OS Evolved",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS gamme QFX10000 versions ant\u00e9rieures \u00e0 20.4R3-S5, 21.1R3-S5, 21.2R3-S5, 21.3R3-S4, 21.4R3-S1, 22.1R3, 22.2R2, 22.3R1-S2, 22.3R2 et 22.4R1",
"product": {
"name": "Junos OS",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS gamme SRX versions ant\u00e9rieures \u00e0 20.2R3-S7, 20.4R3-S6, 21.1R3-S5, 21.2R3-S4, 21.3R3-S4, 21.4R3-S3, 22.1R3-S1, 22.2R3, 22.3R2, 22.3R2-S1, 22.3R3, 22.4R1-S1, 22.4R1-S2, 22.4R2 et 23.1R1",
"product": {
"name": "Junos OS",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS gamme MX versions ant\u00e9rieures \u00e0 19.1R3-S10, 19.2R3-S7, 19.3R3-S8, 19.4R3-S12, 20.2R3-S8, 20.4R3-S7, 21.1R3-S5, 21.2R3-S5, 21.2R3-S4, 21.3R3-S4, 21.4R3-S3, 21.4R3-S4, 22.1R3-S2, 22.1R3-S3, 22.2R3-S1, 22.3R3, 22.3R2-S1, 22.4R1-S2, 22.4R2 et 23.1R1",
"product": {
"name": "Junos OS",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Juniper Networks gammes SRX et MX versions ant\u00e9rieures \u00e0 SigPack 3598",
"product": {
"name": "N/A",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS gammes SRX 4600 et SRX 5000 versions ant\u00e9rieures \u00e0 20.2R3-S7, 20.4R3-S7, 21.1R3-S5, 21.2R3-S3, 21.3R3-S3, 21.4R3-S1, 22.1R3, 22.2R2, 22.3R1-S1, 22.3R2 et 22.4R1",
"product": {
"name": "Junos OS",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS versions ant\u00e9rieures \u00e0 19.1R3-S10, 19.2R3-S7, 19.3R3-S7, 19.3R3-S8, 19.4R3-S9, 19.4R3-S10, 19.4R3-S11, 20.2R3-S7, 20.3R3-S5, 20.3R3-S6, 20.4R3-S6, 20.4R3-S7, 21.1R3-S4, 21.2R3-S2, 21.3R3-S1, 21.4R3, 22.1R1-S2, 22.1R2, 22.2R2, 20.2R3-S6, 20.4R3-S5, 21.1R3-S4, 21.2R3-S3, 21.2R3-S5, 21.3R3-S2, 21.3R3-S4, 21.4R3, 21.4R3-S4, 22.1R3, 22.2R2, 22.2R3, 22.3R1, 22.3R2, 22.4R1 et 23.2R1",
"product": {
"name": "Junos OS",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Juniper Networks Contrail Cloud versions ant\u00e9rieures \u00e0 16.3.0",
"product": {
"name": "N/A",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2021-40085",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40085"
},
{
"name": "CVE-2022-41974",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41974"
},
{
"name": "CVE-2023-36831",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36831"
},
{
"name": "CVE-2023-36848",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36848"
},
{
"name": "CVE-2022-23825",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23825"
},
{
"name": "CVE-2023-36850",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36850"
},
{
"name": "CVE-2023-36833",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36833"
},
{
"name": "CVE-2021-25220",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25220"
},
{
"name": "CVE-2022-2964",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2964"
},
{
"name": "CVE-2022-42703",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42703"
},
{
"name": "CVE-2022-29900",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29900"
},
{
"name": "CVE-2022-29901",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29901"
},
{
"name": "CVE-2022-30123",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30123"
},
{
"name": "CVE-2019-11358",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11358"
},
{
"name": "CVE-2022-31626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31626"
},
{
"name": "CVE-2020-7071",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7071"
},
{
"name": "CVE-2021-21704",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21704"
},
{
"name": "CVE-2023-36849",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36849"
},
{
"name": "CVE-2021-21705",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21705"
},
{
"name": "CVE-2022-31625",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31625"
},
{
"name": "CVE-2020-13946",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13946"
},
{
"name": "CVE-2021-21707",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21707"
},
{
"name": "CVE-2023-36832",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36832"
},
{
"name": "CVE-2022-31629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31629"
},
{
"name": "CVE-2023-36836",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36836"
},
{
"name": "CVE-2017-7653",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7653"
},
{
"name": "CVE-2022-2795",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2795"
},
{
"name": "CVE-2021-26401",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26401"
},
{
"name": "CVE-2022-4378",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4378"
},
{
"name": "CVE-2022-31627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31627"
},
{
"name": "CVE-2022-26373",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26373"
},
{
"name": "CVE-2022-42898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42898"
},
{
"name": "CVE-2022-38023",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38023"
},
{
"name": "CVE-2022-31628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31628"
},
{
"name": "CVE-2023-36834",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36834"
},
{
"name": "CVE-2017-7654",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7654"
},
{
"name": "CVE-2022-2588",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2588"
},
{
"name": "CVE-2023-36840",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36840"
},
{
"name": "CVE-2021-21708",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21708"
},
{
"name": "CVE-2021-21703",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21703"
},
{
"name": "CVE-2020-13817",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13817"
},
{
"name": "CVE-2020-11868",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11868"
},
{
"name": "CVE-2022-3276",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3276"
},
{
"name": "CVE-2017-7655",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7655"
},
{
"name": "CVE-2021-21702",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21702"
},
{
"name": "CVE-2023-28985",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28985"
},
{
"name": "CVE-2023-36838",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36838"
},
{
"name": "CVE-2023-36835",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36835"
}
],
"initial_release_date": "2023-07-13T00:00:00",
"last_revision_date": "2023-07-13T00:00:00",
"links": [],
"reference": "CERTFR-2023-AVI-0537",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2023-07-13T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits\nJuniper. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer\nune ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0\ndistance et un contournement de la politique de s\u00e9curit\u00e9.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Juniper",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA71636 du 12 juillet 2023",
"url": "https://supportportal.juniper.net/s/article/2023-07-Security-Bulletin-Junos-OS-SRX-Series-jbuf-memory-leak-when-SSL-Proxy-and-UTM-Web-Filtering-is-applied-CVE-2023-36831?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA71639 du 12 juillet 2023",
"url": "https://supportportal.juniper.net/s/article/2023-07-Security-Bulletin-Junos-OS-MX-Series-PFE-crash-upon-receipt-of-specific-packet-destined-to-an-AMS-interface-CVE-2023-36832?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA71661 du 12 juillet 2023",
"url": "https://supportportal.juniper.net/s/article/2023-07-Security-Bulletin-Junos-OS-MX-Series-An-MPC-will-crash-upon-receipt-of-a-malformed-CFM-packet-CVE-2023-36850?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA71659 du 12 juillet 2023",
"url": "https://supportportal.juniper.net/s/article/2023-07-Security-Bulletin-Junos-OS-The-FPC-will-crash-on-receiving-a-malformed-CFM-packet-CVE-2023-36848?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA71647 du 12 juillet 2023",
"url": "https://supportportal.juniper.net/s/article/2023-07-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-An-rpd-crash-occurs-when-a-specific-L2VPN-command-is-run-CVE-2023-36840?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA71642 du 12 juillet 2023",
"url": "https://supportportal.juniper.net/s/article/2023-07-Security-Bulletin-Junos-OS-QFX10000-Series-All-traffic-will-be-dropped-after-a-specific-valid-IP-packet-has-been-received-which-needs-to-be-routed-over-a-VXLAN-tunnel-CVE-2023-36835?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA71660 du 12 juillet 2023",
"url": "https://supportportal.juniper.net/s/article/2023-07-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-The-l2cpd-will-crash-when-a-malformed-LLDP-packet-is-received-CVE-2023-36849?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA71662 du 12 juillet 2023",
"url": "https://supportportal.juniper.net/s/article/2023-07-Security-Bulletin-SRX-Series-and-MX-Series-An-FPC-core-is-observed-when-IDP-is-enabled-on-the-device-and-a-specific-malformed-SSL-packet-is-received-CVE-2023-28985?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA71651 du 12 juillet 2023",
"url": "https://supportportal.juniper.net/s/article/2023-07-Security-Bulletin-Junos-OS-Evolved-Multiple-NTP-vulnerabilities-resolved?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA71643 du 12 juillet 2023",
"url": "https://supportportal.juniper.net/s/article/2023-07-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-In-a-MoFRR-scenario-an-rpd-core-may-be-observed-when-a-low-privileged-CLI-command-is-executed-CVE-2023-36836?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA71641 du 12 juillet 2023",
"url": "https://supportportal.juniper.net/s/article/2023-07-Security-Bulletin-Junos-OS-SRX-4600-and-SRX-5000-Series-The-receipt-of-specific-genuine-packets-by-SRXes-configured-for-L2-transparency-will-cause-a-DoS-CVE-2023-36834?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA71645 du 12 juillet 2023",
"url": "https://supportportal.juniper.net/s/article/2023-07-Security-Bulletin-Junos-OS-SRX-Series-A-flowd-core-occurs-when-running-a-low-privileged-CLI-command-CVE-2023-36838?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA71653 du 12 juillet 2023",
"url": "https://supportportal.juniper.net/s/article/2023-07-Security-Bulletin-Junos-OS-J-Web-Multiple-Vulnerabilities-in-PHP-software?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA71650 du 12 juillet 2023",
"url": "https://supportportal.juniper.net/s/article/2023-07-Security-Bulletin-Contrail-Cloud-Multiple-Vulnerabilities-have-been-resolved-in-Contrail-Cloud-release-16-3-0?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA71655 du 12 juillet 2023",
"url": "https://supportportal.juniper.net/s/article/2023-07-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-Multiple-vulnerabilities-have-been-resolved-in-MQTT?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA71640 du 12 juillet 2023",
"url": "https://supportportal.juniper.net/s/article/2023-07-Security-Bulletin-Junos-OS-Evolved-PTX10001-36MR-and-PTX10004-PTX10008-PTX10016-with-LC1201-1202-The-aftman-bt-process-will-crash-in-a-MoFRR-scenario-CVE-2023-36833?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA71656 du 12 juillet 2023",
"url": "https://supportportal.juniper.net/s/article/2023-07-Security-Bulletin-Junos-Space-Multiple-vulnerabilities-resolved-in-23-1R1-release?language=en_US"
}
]
}
CERTFR-2024-AVI-0341
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans Synacor Zimbra Collaboration. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur, un contournement de la politique de sécurité, une injection de code indirecte à distance (XSS)
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| Synacor | Zimbra Collaboration | Zimbra Collaboration versions 10.x antérieures à 10.0.8 | ||
| Synacor | Zimbra Collaboration | Zimbra Collaboration versions 9.x antérieures à 9.0.0 Patch 40 |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Zimbra Collaboration versions 10.x ant\u00e9rieures \u00e0 10.0.8",
"product": {
"name": "Zimbra Collaboration",
"vendor": {
"name": "Synacor",
"scada": false
}
}
},
{
"description": "Zimbra Collaboration versions 9.x ant\u00e9rieures \u00e0 9.0.0 Patch 40",
"product": {
"name": "Zimbra Collaboration",
"vendor": {
"name": "Synacor",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2021-21708",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21708"
},
{
"name": "CVE-2023-51764",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51764"
}
],
"initial_release_date": "2024-04-22T00:00:00",
"last_revision_date": "2024-04-22T00:00:00",
"links": [],
"reference": "CERTFR-2024-AVI-0341",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-04-22T00:00:00.000000"
}
],
"risks": [
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Synacor Zimbra\nCollaboration. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me\nde s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur, un contournement de la politique\nde s\u00e9curit\u00e9, une injection de code indirecte \u00e0 distance (XSS)\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Synacor Zimbra Collaboration",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Synacor du 22 avril 2024",
"url": "https://wiki.zimbra.com/index.php?title=Zimbra_Security_Advisories\u0026oldid=70396"
}
]
}
ghsa-g9qg-rg7j-whhx
Vulnerability from github
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"
}
]
}
suse-su-2022:0847-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for php7",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for php7 fixes the following issues:\n\n- CVE-2021-21708: Fixed a memory corruption issue when processing integers\n from an untrusted source (bsc#1196252).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-847,SUSE-SLE-Module-Packagehub-Subpackages-15-SP3-2022-847,SUSE-SLE-Module-Web-Scripting-15-SP3-2022-847,SUSE-SLE-Product-HPC-15-SP2-ESPOS-2022-847,SUSE-SLE-Product-HPC-15-SP2-LTSS-2022-847,SUSE-SLE-Product-SLES-15-SP2-BCL-2022-847,SUSE-SLE-Product-SLES-15-SP2-LTSS-2022-847,SUSE-SLE-Product-SLES_SAP-15-SP2-2022-847,SUSE-SLE-Product-SUSE-Manager-Proxy-4.1-2022-847,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.1-2022-847,SUSE-SLE-Product-SUSE-Manager-Server-4.1-2022-847,SUSE-Storage-7-2022-847",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2022_0847-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:0847-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20220847-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:0847-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-March/010446.html"
},
{
"category": "self",
"summary": "SUSE Bug 1196252",
"url": "https://bugzilla.suse.com/1196252"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21708 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21708/"
}
],
"title": "Security update for php7",
"tracking": {
"current_release_date": "2022-03-15T12:11:05Z",
"generator": {
"date": "2022-03-15T12:11:05Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:0847-1",
"initial_release_date": "2022-03-15T12:11:05Z",
"revision_history": [
{
"date": "2022-03-15T12:11:05Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.6-3.35.1.aarch64",
"product": {
"name": "apache2-mod_php7-7.4.6-3.35.1.aarch64",
"product_id": "apache2-mod_php7-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-7.4.6-3.35.1.aarch64",
"product_id": "php7-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-bcmath-7.4.6-3.35.1.aarch64",
"product_id": "php7-bcmath-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-bz2-7.4.6-3.35.1.aarch64",
"product_id": "php7-bz2-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-calendar-7.4.6-3.35.1.aarch64",
"product_id": "php7-calendar-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-ctype-7.4.6-3.35.1.aarch64",
"product_id": "php7-ctype-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-curl-7.4.6-3.35.1.aarch64",
"product_id": "php7-curl-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-dba-7.4.6-3.35.1.aarch64",
"product_id": "php7-dba-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-devel-7.4.6-3.35.1.aarch64",
"product_id": "php7-devel-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-dom-7.4.6-3.35.1.aarch64",
"product_id": "php7-dom-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-embed-7.4.6-3.35.1.aarch64",
"product_id": "php7-embed-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-enchant-7.4.6-3.35.1.aarch64",
"product_id": "php7-enchant-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-exif-7.4.6-3.35.1.aarch64",
"product_id": "php7-exif-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-fastcgi-7.4.6-3.35.1.aarch64",
"product_id": "php7-fastcgi-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-fileinfo-7.4.6-3.35.1.aarch64",
"product_id": "php7-fileinfo-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-firebird-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-firebird-7.4.6-3.35.1.aarch64",
"product_id": "php7-firebird-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-fpm-7.4.6-3.35.1.aarch64",
"product_id": "php7-fpm-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-ftp-7.4.6-3.35.1.aarch64",
"product_id": "php7-ftp-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-gd-7.4.6-3.35.1.aarch64",
"product_id": "php7-gd-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-gettext-7.4.6-3.35.1.aarch64",
"product_id": "php7-gettext-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-gmp-7.4.6-3.35.1.aarch64",
"product_id": "php7-gmp-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-iconv-7.4.6-3.35.1.aarch64",
"product_id": "php7-iconv-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-intl-7.4.6-3.35.1.aarch64",
"product_id": "php7-intl-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-json-7.4.6-3.35.1.aarch64",
"product_id": "php7-json-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-ldap-7.4.6-3.35.1.aarch64",
"product_id": "php7-ldap-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-mbstring-7.4.6-3.35.1.aarch64",
"product_id": "php7-mbstring-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-mysql-7.4.6-3.35.1.aarch64",
"product_id": "php7-mysql-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-odbc-7.4.6-3.35.1.aarch64",
"product_id": "php7-odbc-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-opcache-7.4.6-3.35.1.aarch64",
"product_id": "php7-opcache-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-openssl-7.4.6-3.35.1.aarch64",
"product_id": "php7-openssl-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-pcntl-7.4.6-3.35.1.aarch64",
"product_id": "php7-pcntl-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-pdo-7.4.6-3.35.1.aarch64",
"product_id": "php7-pdo-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-pgsql-7.4.6-3.35.1.aarch64",
"product_id": "php7-pgsql-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-phar-7.4.6-3.35.1.aarch64",
"product_id": "php7-phar-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-posix-7.4.6-3.35.1.aarch64",
"product_id": "php7-posix-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-readline-7.4.6-3.35.1.aarch64",
"product_id": "php7-readline-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-shmop-7.4.6-3.35.1.aarch64",
"product_id": "php7-shmop-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-snmp-7.4.6-3.35.1.aarch64",
"product_id": "php7-snmp-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-soap-7.4.6-3.35.1.aarch64",
"product_id": "php7-soap-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-sockets-7.4.6-3.35.1.aarch64",
"product_id": "php7-sockets-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-sodium-7.4.6-3.35.1.aarch64",
"product_id": "php7-sodium-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-sqlite-7.4.6-3.35.1.aarch64",
"product_id": "php7-sqlite-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-sysvmsg-7.4.6-3.35.1.aarch64",
"product_id": "php7-sysvmsg-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-sysvsem-7.4.6-3.35.1.aarch64",
"product_id": "php7-sysvsem-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-sysvshm-7.4.6-3.35.1.aarch64",
"product_id": "php7-sysvshm-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-test-7.4.6-3.35.1.aarch64",
"product_id": "php7-test-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-tidy-7.4.6-3.35.1.aarch64",
"product_id": "php7-tidy-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-tokenizer-7.4.6-3.35.1.aarch64",
"product_id": "php7-tokenizer-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-xmlreader-7.4.6-3.35.1.aarch64",
"product_id": "php7-xmlreader-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-xmlrpc-7.4.6-3.35.1.aarch64",
"product_id": "php7-xmlrpc-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-xmlwriter-7.4.6-3.35.1.aarch64",
"product_id": "php7-xmlwriter-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-xsl-7.4.6-3.35.1.aarch64",
"product_id": "php7-xsl-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-zip-7.4.6-3.35.1.aarch64",
"product_id": "php7-zip-7.4.6-3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.6-3.35.1.aarch64",
"product": {
"name": "php7-zlib-7.4.6-3.35.1.aarch64",
"product_id": "php7-zlib-7.4.6-3.35.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.6-3.35.1.i586",
"product": {
"name": "apache2-mod_php7-7.4.6-3.35.1.i586",
"product_id": "apache2-mod_php7-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-7.4.6-3.35.1.i586",
"product": {
"name": "php7-7.4.6-3.35.1.i586",
"product_id": "php7-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.6-3.35.1.i586",
"product": {
"name": "php7-bcmath-7.4.6-3.35.1.i586",
"product_id": "php7-bcmath-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.6-3.35.1.i586",
"product": {
"name": "php7-bz2-7.4.6-3.35.1.i586",
"product_id": "php7-bz2-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.6-3.35.1.i586",
"product": {
"name": "php7-calendar-7.4.6-3.35.1.i586",
"product_id": "php7-calendar-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.6-3.35.1.i586",
"product": {
"name": "php7-ctype-7.4.6-3.35.1.i586",
"product_id": "php7-ctype-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.6-3.35.1.i586",
"product": {
"name": "php7-curl-7.4.6-3.35.1.i586",
"product_id": "php7-curl-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.6-3.35.1.i586",
"product": {
"name": "php7-dba-7.4.6-3.35.1.i586",
"product_id": "php7-dba-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.6-3.35.1.i586",
"product": {
"name": "php7-devel-7.4.6-3.35.1.i586",
"product_id": "php7-devel-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.6-3.35.1.i586",
"product": {
"name": "php7-dom-7.4.6-3.35.1.i586",
"product_id": "php7-dom-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.6-3.35.1.i586",
"product": {
"name": "php7-embed-7.4.6-3.35.1.i586",
"product_id": "php7-embed-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.6-3.35.1.i586",
"product": {
"name": "php7-enchant-7.4.6-3.35.1.i586",
"product_id": "php7-enchant-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.6-3.35.1.i586",
"product": {
"name": "php7-exif-7.4.6-3.35.1.i586",
"product_id": "php7-exif-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.6-3.35.1.i586",
"product": {
"name": "php7-fastcgi-7.4.6-3.35.1.i586",
"product_id": "php7-fastcgi-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.6-3.35.1.i586",
"product": {
"name": "php7-fileinfo-7.4.6-3.35.1.i586",
"product_id": "php7-fileinfo-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-firebird-7.4.6-3.35.1.i586",
"product": {
"name": "php7-firebird-7.4.6-3.35.1.i586",
"product_id": "php7-firebird-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.6-3.35.1.i586",
"product": {
"name": "php7-fpm-7.4.6-3.35.1.i586",
"product_id": "php7-fpm-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.6-3.35.1.i586",
"product": {
"name": "php7-ftp-7.4.6-3.35.1.i586",
"product_id": "php7-ftp-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.6-3.35.1.i586",
"product": {
"name": "php7-gd-7.4.6-3.35.1.i586",
"product_id": "php7-gd-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.6-3.35.1.i586",
"product": {
"name": "php7-gettext-7.4.6-3.35.1.i586",
"product_id": "php7-gettext-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.6-3.35.1.i586",
"product": {
"name": "php7-gmp-7.4.6-3.35.1.i586",
"product_id": "php7-gmp-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.6-3.35.1.i586",
"product": {
"name": "php7-iconv-7.4.6-3.35.1.i586",
"product_id": "php7-iconv-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.6-3.35.1.i586",
"product": {
"name": "php7-intl-7.4.6-3.35.1.i586",
"product_id": "php7-intl-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.6-3.35.1.i586",
"product": {
"name": "php7-json-7.4.6-3.35.1.i586",
"product_id": "php7-json-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.6-3.35.1.i586",
"product": {
"name": "php7-ldap-7.4.6-3.35.1.i586",
"product_id": "php7-ldap-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.6-3.35.1.i586",
"product": {
"name": "php7-mbstring-7.4.6-3.35.1.i586",
"product_id": "php7-mbstring-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.6-3.35.1.i586",
"product": {
"name": "php7-mysql-7.4.6-3.35.1.i586",
"product_id": "php7-mysql-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.6-3.35.1.i586",
"product": {
"name": "php7-odbc-7.4.6-3.35.1.i586",
"product_id": "php7-odbc-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.6-3.35.1.i586",
"product": {
"name": "php7-opcache-7.4.6-3.35.1.i586",
"product_id": "php7-opcache-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.6-3.35.1.i586",
"product": {
"name": "php7-openssl-7.4.6-3.35.1.i586",
"product_id": "php7-openssl-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.6-3.35.1.i586",
"product": {
"name": "php7-pcntl-7.4.6-3.35.1.i586",
"product_id": "php7-pcntl-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.6-3.35.1.i586",
"product": {
"name": "php7-pdo-7.4.6-3.35.1.i586",
"product_id": "php7-pdo-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.6-3.35.1.i586",
"product": {
"name": "php7-pgsql-7.4.6-3.35.1.i586",
"product_id": "php7-pgsql-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.6-3.35.1.i586",
"product": {
"name": "php7-phar-7.4.6-3.35.1.i586",
"product_id": "php7-phar-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.6-3.35.1.i586",
"product": {
"name": "php7-posix-7.4.6-3.35.1.i586",
"product_id": "php7-posix-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.6-3.35.1.i586",
"product": {
"name": "php7-readline-7.4.6-3.35.1.i586",
"product_id": "php7-readline-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.6-3.35.1.i586",
"product": {
"name": "php7-shmop-7.4.6-3.35.1.i586",
"product_id": "php7-shmop-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.6-3.35.1.i586",
"product": {
"name": "php7-snmp-7.4.6-3.35.1.i586",
"product_id": "php7-snmp-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.6-3.35.1.i586",
"product": {
"name": "php7-soap-7.4.6-3.35.1.i586",
"product_id": "php7-soap-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.6-3.35.1.i586",
"product": {
"name": "php7-sockets-7.4.6-3.35.1.i586",
"product_id": "php7-sockets-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.6-3.35.1.i586",
"product": {
"name": "php7-sodium-7.4.6-3.35.1.i586",
"product_id": "php7-sodium-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.6-3.35.1.i586",
"product": {
"name": "php7-sqlite-7.4.6-3.35.1.i586",
"product_id": "php7-sqlite-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.6-3.35.1.i586",
"product": {
"name": "php7-sysvmsg-7.4.6-3.35.1.i586",
"product_id": "php7-sysvmsg-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.6-3.35.1.i586",
"product": {
"name": "php7-sysvsem-7.4.6-3.35.1.i586",
"product_id": "php7-sysvsem-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.6-3.35.1.i586",
"product": {
"name": "php7-sysvshm-7.4.6-3.35.1.i586",
"product_id": "php7-sysvshm-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.6-3.35.1.i586",
"product": {
"name": "php7-test-7.4.6-3.35.1.i586",
"product_id": "php7-test-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.6-3.35.1.i586",
"product": {
"name": "php7-tidy-7.4.6-3.35.1.i586",
"product_id": "php7-tidy-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.6-3.35.1.i586",
"product": {
"name": "php7-tokenizer-7.4.6-3.35.1.i586",
"product_id": "php7-tokenizer-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.6-3.35.1.i586",
"product": {
"name": "php7-xmlreader-7.4.6-3.35.1.i586",
"product_id": "php7-xmlreader-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.6-3.35.1.i586",
"product": {
"name": "php7-xmlrpc-7.4.6-3.35.1.i586",
"product_id": "php7-xmlrpc-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.6-3.35.1.i586",
"product": {
"name": "php7-xmlwriter-7.4.6-3.35.1.i586",
"product_id": "php7-xmlwriter-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.6-3.35.1.i586",
"product": {
"name": "php7-xsl-7.4.6-3.35.1.i586",
"product_id": "php7-xsl-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.6-3.35.1.i586",
"product": {
"name": "php7-zip-7.4.6-3.35.1.i586",
"product_id": "php7-zip-7.4.6-3.35.1.i586"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.6-3.35.1.i586",
"product": {
"name": "php7-zlib-7.4.6-3.35.1.i586",
"product_id": "php7-zlib-7.4.6-3.35.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.6-3.35.1.ppc64le",
"product": {
"name": "apache2-mod_php7-7.4.6-3.35.1.ppc64le",
"product_id": "apache2-mod_php7-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-7.4.6-3.35.1.ppc64le",
"product_id": "php7-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-bcmath-7.4.6-3.35.1.ppc64le",
"product_id": "php7-bcmath-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-bz2-7.4.6-3.35.1.ppc64le",
"product_id": "php7-bz2-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-calendar-7.4.6-3.35.1.ppc64le",
"product_id": "php7-calendar-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-ctype-7.4.6-3.35.1.ppc64le",
"product_id": "php7-ctype-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-curl-7.4.6-3.35.1.ppc64le",
"product_id": "php7-curl-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-dba-7.4.6-3.35.1.ppc64le",
"product_id": "php7-dba-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-devel-7.4.6-3.35.1.ppc64le",
"product_id": "php7-devel-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-dom-7.4.6-3.35.1.ppc64le",
"product_id": "php7-dom-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-embed-7.4.6-3.35.1.ppc64le",
"product_id": "php7-embed-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-enchant-7.4.6-3.35.1.ppc64le",
"product_id": "php7-enchant-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-exif-7.4.6-3.35.1.ppc64le",
"product_id": "php7-exif-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-fastcgi-7.4.6-3.35.1.ppc64le",
"product_id": "php7-fastcgi-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-fileinfo-7.4.6-3.35.1.ppc64le",
"product_id": "php7-fileinfo-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-firebird-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-firebird-7.4.6-3.35.1.ppc64le",
"product_id": "php7-firebird-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-fpm-7.4.6-3.35.1.ppc64le",
"product_id": "php7-fpm-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-ftp-7.4.6-3.35.1.ppc64le",
"product_id": "php7-ftp-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-gd-7.4.6-3.35.1.ppc64le",
"product_id": "php7-gd-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-gettext-7.4.6-3.35.1.ppc64le",
"product_id": "php7-gettext-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-gmp-7.4.6-3.35.1.ppc64le",
"product_id": "php7-gmp-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-iconv-7.4.6-3.35.1.ppc64le",
"product_id": "php7-iconv-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-intl-7.4.6-3.35.1.ppc64le",
"product_id": "php7-intl-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-json-7.4.6-3.35.1.ppc64le",
"product_id": "php7-json-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-ldap-7.4.6-3.35.1.ppc64le",
"product_id": "php7-ldap-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-mbstring-7.4.6-3.35.1.ppc64le",
"product_id": "php7-mbstring-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-mysql-7.4.6-3.35.1.ppc64le",
"product_id": "php7-mysql-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-odbc-7.4.6-3.35.1.ppc64le",
"product_id": "php7-odbc-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-opcache-7.4.6-3.35.1.ppc64le",
"product_id": "php7-opcache-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-openssl-7.4.6-3.35.1.ppc64le",
"product_id": "php7-openssl-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-pcntl-7.4.6-3.35.1.ppc64le",
"product_id": "php7-pcntl-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-pdo-7.4.6-3.35.1.ppc64le",
"product_id": "php7-pdo-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-pgsql-7.4.6-3.35.1.ppc64le",
"product_id": "php7-pgsql-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-phar-7.4.6-3.35.1.ppc64le",
"product_id": "php7-phar-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-posix-7.4.6-3.35.1.ppc64le",
"product_id": "php7-posix-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-readline-7.4.6-3.35.1.ppc64le",
"product_id": "php7-readline-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-shmop-7.4.6-3.35.1.ppc64le",
"product_id": "php7-shmop-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-snmp-7.4.6-3.35.1.ppc64le",
"product_id": "php7-snmp-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-soap-7.4.6-3.35.1.ppc64le",
"product_id": "php7-soap-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-sockets-7.4.6-3.35.1.ppc64le",
"product_id": "php7-sockets-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-sodium-7.4.6-3.35.1.ppc64le",
"product_id": "php7-sodium-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-sqlite-7.4.6-3.35.1.ppc64le",
"product_id": "php7-sqlite-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-sysvmsg-7.4.6-3.35.1.ppc64le",
"product_id": "php7-sysvmsg-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-sysvsem-7.4.6-3.35.1.ppc64le",
"product_id": "php7-sysvsem-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-sysvshm-7.4.6-3.35.1.ppc64le",
"product_id": "php7-sysvshm-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-test-7.4.6-3.35.1.ppc64le",
"product_id": "php7-test-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-tidy-7.4.6-3.35.1.ppc64le",
"product_id": "php7-tidy-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-tokenizer-7.4.6-3.35.1.ppc64le",
"product_id": "php7-tokenizer-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-xmlreader-7.4.6-3.35.1.ppc64le",
"product_id": "php7-xmlreader-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-xmlrpc-7.4.6-3.35.1.ppc64le",
"product_id": "php7-xmlrpc-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-xmlwriter-7.4.6-3.35.1.ppc64le",
"product_id": "php7-xmlwriter-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-xsl-7.4.6-3.35.1.ppc64le",
"product_id": "php7-xsl-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-zip-7.4.6-3.35.1.ppc64le",
"product_id": "php7-zip-7.4.6-3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.6-3.35.1.ppc64le",
"product": {
"name": "php7-zlib-7.4.6-3.35.1.ppc64le",
"product_id": "php7-zlib-7.4.6-3.35.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.6-3.35.1.s390x",
"product": {
"name": "apache2-mod_php7-7.4.6-3.35.1.s390x",
"product_id": "apache2-mod_php7-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-7.4.6-3.35.1.s390x",
"product_id": "php7-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-bcmath-7.4.6-3.35.1.s390x",
"product_id": "php7-bcmath-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-bz2-7.4.6-3.35.1.s390x",
"product_id": "php7-bz2-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-calendar-7.4.6-3.35.1.s390x",
"product_id": "php7-calendar-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-ctype-7.4.6-3.35.1.s390x",
"product_id": "php7-ctype-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-curl-7.4.6-3.35.1.s390x",
"product_id": "php7-curl-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-dba-7.4.6-3.35.1.s390x",
"product_id": "php7-dba-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-devel-7.4.6-3.35.1.s390x",
"product_id": "php7-devel-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-dom-7.4.6-3.35.1.s390x",
"product_id": "php7-dom-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-embed-7.4.6-3.35.1.s390x",
"product_id": "php7-embed-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-enchant-7.4.6-3.35.1.s390x",
"product_id": "php7-enchant-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-exif-7.4.6-3.35.1.s390x",
"product_id": "php7-exif-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-fastcgi-7.4.6-3.35.1.s390x",
"product_id": "php7-fastcgi-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-fileinfo-7.4.6-3.35.1.s390x",
"product_id": "php7-fileinfo-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-firebird-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-firebird-7.4.6-3.35.1.s390x",
"product_id": "php7-firebird-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-fpm-7.4.6-3.35.1.s390x",
"product_id": "php7-fpm-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-ftp-7.4.6-3.35.1.s390x",
"product_id": "php7-ftp-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-gd-7.4.6-3.35.1.s390x",
"product_id": "php7-gd-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-gettext-7.4.6-3.35.1.s390x",
"product_id": "php7-gettext-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-gmp-7.4.6-3.35.1.s390x",
"product_id": "php7-gmp-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-iconv-7.4.6-3.35.1.s390x",
"product_id": "php7-iconv-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-intl-7.4.6-3.35.1.s390x",
"product_id": "php7-intl-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-json-7.4.6-3.35.1.s390x",
"product_id": "php7-json-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-ldap-7.4.6-3.35.1.s390x",
"product_id": "php7-ldap-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-mbstring-7.4.6-3.35.1.s390x",
"product_id": "php7-mbstring-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-mysql-7.4.6-3.35.1.s390x",
"product_id": "php7-mysql-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-odbc-7.4.6-3.35.1.s390x",
"product_id": "php7-odbc-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-opcache-7.4.6-3.35.1.s390x",
"product_id": "php7-opcache-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-openssl-7.4.6-3.35.1.s390x",
"product_id": "php7-openssl-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-pcntl-7.4.6-3.35.1.s390x",
"product_id": "php7-pcntl-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-pdo-7.4.6-3.35.1.s390x",
"product_id": "php7-pdo-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-pgsql-7.4.6-3.35.1.s390x",
"product_id": "php7-pgsql-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-phar-7.4.6-3.35.1.s390x",
"product_id": "php7-phar-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-posix-7.4.6-3.35.1.s390x",
"product_id": "php7-posix-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-readline-7.4.6-3.35.1.s390x",
"product_id": "php7-readline-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-shmop-7.4.6-3.35.1.s390x",
"product_id": "php7-shmop-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-snmp-7.4.6-3.35.1.s390x",
"product_id": "php7-snmp-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-soap-7.4.6-3.35.1.s390x",
"product_id": "php7-soap-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-sockets-7.4.6-3.35.1.s390x",
"product_id": "php7-sockets-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-sodium-7.4.6-3.35.1.s390x",
"product_id": "php7-sodium-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-sqlite-7.4.6-3.35.1.s390x",
"product_id": "php7-sqlite-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-sysvmsg-7.4.6-3.35.1.s390x",
"product_id": "php7-sysvmsg-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-sysvsem-7.4.6-3.35.1.s390x",
"product_id": "php7-sysvsem-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-sysvshm-7.4.6-3.35.1.s390x",
"product_id": "php7-sysvshm-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-test-7.4.6-3.35.1.s390x",
"product_id": "php7-test-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-tidy-7.4.6-3.35.1.s390x",
"product_id": "php7-tidy-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-tokenizer-7.4.6-3.35.1.s390x",
"product_id": "php7-tokenizer-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-xmlreader-7.4.6-3.35.1.s390x",
"product_id": "php7-xmlreader-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-xmlrpc-7.4.6-3.35.1.s390x",
"product_id": "php7-xmlrpc-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-xmlwriter-7.4.6-3.35.1.s390x",
"product_id": "php7-xmlwriter-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-xsl-7.4.6-3.35.1.s390x",
"product_id": "php7-xsl-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-zip-7.4.6-3.35.1.s390x",
"product_id": "php7-zip-7.4.6-3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.6-3.35.1.s390x",
"product": {
"name": "php7-zlib-7.4.6-3.35.1.s390x",
"product_id": "php7-zlib-7.4.6-3.35.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.6-3.35.1.x86_64",
"product": {
"name": "apache2-mod_php7-7.4.6-3.35.1.x86_64",
"product_id": "apache2-mod_php7-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-7.4.6-3.35.1.x86_64",
"product_id": "php7-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-bcmath-7.4.6-3.35.1.x86_64",
"product_id": "php7-bcmath-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-bz2-7.4.6-3.35.1.x86_64",
"product_id": "php7-bz2-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-calendar-7.4.6-3.35.1.x86_64",
"product_id": "php7-calendar-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-ctype-7.4.6-3.35.1.x86_64",
"product_id": "php7-ctype-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-curl-7.4.6-3.35.1.x86_64",
"product_id": "php7-curl-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-dba-7.4.6-3.35.1.x86_64",
"product_id": "php7-dba-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-devel-7.4.6-3.35.1.x86_64",
"product_id": "php7-devel-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-dom-7.4.6-3.35.1.x86_64",
"product_id": "php7-dom-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-embed-7.4.6-3.35.1.x86_64",
"product_id": "php7-embed-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-enchant-7.4.6-3.35.1.x86_64",
"product_id": "php7-enchant-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-exif-7.4.6-3.35.1.x86_64",
"product_id": "php7-exif-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-fastcgi-7.4.6-3.35.1.x86_64",
"product_id": "php7-fastcgi-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-fileinfo-7.4.6-3.35.1.x86_64",
"product_id": "php7-fileinfo-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-firebird-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-firebird-7.4.6-3.35.1.x86_64",
"product_id": "php7-firebird-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-fpm-7.4.6-3.35.1.x86_64",
"product_id": "php7-fpm-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-ftp-7.4.6-3.35.1.x86_64",
"product_id": "php7-ftp-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-gd-7.4.6-3.35.1.x86_64",
"product_id": "php7-gd-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-gettext-7.4.6-3.35.1.x86_64",
"product_id": "php7-gettext-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-gmp-7.4.6-3.35.1.x86_64",
"product_id": "php7-gmp-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-iconv-7.4.6-3.35.1.x86_64",
"product_id": "php7-iconv-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-intl-7.4.6-3.35.1.x86_64",
"product_id": "php7-intl-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-json-7.4.6-3.35.1.x86_64",
"product_id": "php7-json-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-ldap-7.4.6-3.35.1.x86_64",
"product_id": "php7-ldap-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-mbstring-7.4.6-3.35.1.x86_64",
"product_id": "php7-mbstring-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-mysql-7.4.6-3.35.1.x86_64",
"product_id": "php7-mysql-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-odbc-7.4.6-3.35.1.x86_64",
"product_id": "php7-odbc-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-opcache-7.4.6-3.35.1.x86_64",
"product_id": "php7-opcache-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-openssl-7.4.6-3.35.1.x86_64",
"product_id": "php7-openssl-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-pcntl-7.4.6-3.35.1.x86_64",
"product_id": "php7-pcntl-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-pdo-7.4.6-3.35.1.x86_64",
"product_id": "php7-pdo-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-pgsql-7.4.6-3.35.1.x86_64",
"product_id": "php7-pgsql-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-phar-7.4.6-3.35.1.x86_64",
"product_id": "php7-phar-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-posix-7.4.6-3.35.1.x86_64",
"product_id": "php7-posix-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-readline-7.4.6-3.35.1.x86_64",
"product_id": "php7-readline-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-shmop-7.4.6-3.35.1.x86_64",
"product_id": "php7-shmop-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-snmp-7.4.6-3.35.1.x86_64",
"product_id": "php7-snmp-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-soap-7.4.6-3.35.1.x86_64",
"product_id": "php7-soap-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-sockets-7.4.6-3.35.1.x86_64",
"product_id": "php7-sockets-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-sodium-7.4.6-3.35.1.x86_64",
"product_id": "php7-sodium-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-sqlite-7.4.6-3.35.1.x86_64",
"product_id": "php7-sqlite-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-sysvmsg-7.4.6-3.35.1.x86_64",
"product_id": "php7-sysvmsg-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-sysvsem-7.4.6-3.35.1.x86_64",
"product_id": "php7-sysvsem-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-sysvshm-7.4.6-3.35.1.x86_64",
"product_id": "php7-sysvshm-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-test-7.4.6-3.35.1.x86_64",
"product_id": "php7-test-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-tidy-7.4.6-3.35.1.x86_64",
"product_id": "php7-tidy-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-tokenizer-7.4.6-3.35.1.x86_64",
"product_id": "php7-tokenizer-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-xmlreader-7.4.6-3.35.1.x86_64",
"product_id": "php7-xmlreader-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-xmlrpc-7.4.6-3.35.1.x86_64",
"product_id": "php7-xmlrpc-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-xmlwriter-7.4.6-3.35.1.x86_64",
"product_id": "php7-xmlwriter-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-xsl-7.4.6-3.35.1.x86_64",
"product_id": "php7-xsl-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-zip-7.4.6-3.35.1.x86_64",
"product_id": "php7-zip-7.4.6-3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.6-3.35.1.x86_64",
"product": {
"name": "php7-zlib-7.4.6-3.35.1.x86_64",
"product_id": "php7-zlib-7.4.6-3.35.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_bcl:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.1",
"product": {
"name": "SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Retail Branch Server 4.1",
"product": {
"name": "SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-retail-branch-server:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.1",
"product": {
"name": "SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7",
"product": {
"name": "SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-embed-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-embed-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-embed-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-embed-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.6-3.35.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.6-3.35.1.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.6-3.35.1.s390x"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.6-3.35.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-curl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-curl-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-curl-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-curl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-dba-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-dba-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-dba-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-dba-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-devel-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-devel-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-devel-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-devel-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-dom-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-dom-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-dom-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-dom-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-exif-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-exif-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-exif-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-exif-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-gd-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-gd-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-gd-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gd-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-intl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-intl-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-intl-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-intl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-json-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-json-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-json-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-json-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-phar-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-phar-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-phar-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-phar-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-posix-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-posix-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-posix-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-posix-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-readline-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-readline-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-readline-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-readline-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-soap-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-soap-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-soap-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-soap-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-zip-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-zip-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-zip-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-zip-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.6-3.35.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.6-3.35.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-curl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-curl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-dba-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-dba-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-devel-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-devel-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-dom-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-dom-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-exif-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-exif-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-gd-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gd-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-intl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-intl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-json-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-json-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-phar-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-phar-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-posix-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-posix-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-readline-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-readline-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-soap-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-soap-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-zip-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-zip-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-curl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-curl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-dba-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-dba-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-devel-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-devel-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-dom-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-dom-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-exif-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-exif-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-gd-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gd-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-intl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-intl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-json-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-json-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-phar-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-phar-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-posix-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-posix-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-readline-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-readline-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-soap-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-soap-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-zip-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-zip-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:apache2-mod_php7-7.4.6-3.35.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-bcmath-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-bz2-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-calendar-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-ctype-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-curl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-curl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-dba-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-dba-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-devel-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-devel-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-dom-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-dom-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-enchant-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-exif-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-exif-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-fastcgi-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-fileinfo-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-fpm-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-ftp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-gd-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gd-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-gettext-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-gmp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-iconv-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-intl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-intl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-json-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-json-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-ldap-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-mbstring-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-mysql-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-odbc-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-opcache-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-openssl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-pcntl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-pdo-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-pgsql-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-phar-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-phar-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-posix-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-posix-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-readline-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-readline-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-shmop-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-snmp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-soap-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-soap-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-sockets-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-sodium-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-sqlite-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvmsg-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvsem-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvshm-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-tidy-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-tokenizer-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlreader-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlrpc-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlwriter-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-xsl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-zip-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-zip-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-zlib-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.s390x"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-curl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-curl-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-curl-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-curl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-dba-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-dba-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-dba-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-dba-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-devel-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-devel-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-devel-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-devel-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-dom-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-dom-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-dom-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-dom-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-exif-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-exif-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-exif-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-exif-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-gd-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-gd-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-gd-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gd-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-intl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-intl-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-intl-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-intl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-json-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-json-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-json-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-json-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-phar-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-phar-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-phar-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-phar-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-posix-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-posix-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-posix-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-posix-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-readline-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-readline-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-readline-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-readline-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-soap-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-soap-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-soap-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-soap-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-zip-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-zip-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-zip-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-zip-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.6-3.35.1.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.6-3.35.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-curl-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-curl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-dba-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-dba-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-devel-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-devel-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-dom-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-dom-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-exif-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-exif-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-gd-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gd-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-intl-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-intl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-json-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-json-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-phar-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-phar-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-posix-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-posix-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-readline-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-readline-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-soap-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-soap-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-zip-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-zip-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:apache2-mod_php7-7.4.6-3.35.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-bcmath-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-bz2-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-calendar-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-ctype-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-curl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-curl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-dba-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-dba-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-devel-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-devel-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-dom-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-dom-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-enchant-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-exif-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-exif-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-fastcgi-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-fileinfo-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-fpm-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-ftp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-gd-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gd-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-gettext-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-gmp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-iconv-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-intl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-intl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-json-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-json-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-ldap-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-mbstring-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-mysql-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-odbc-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-opcache-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-openssl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-pcntl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-pdo-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-pgsql-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-phar-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-phar-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-posix-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-posix-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-readline-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-readline-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-shmop-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-snmp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-soap-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-soap-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-sockets-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-sodium-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-sqlite-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-sysvmsg-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-sysvsem-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-sysvshm-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-tidy-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-tokenizer-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-xmlreader-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-xmlrpc-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-xmlwriter-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-xsl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-zip-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-zip-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-zlib-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:apache2-mod_php7-7.4.6-3.35.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-bcmath-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-bz2-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-calendar-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-ctype-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-curl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-curl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-dba-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-dba-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-devel-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-devel-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-dom-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-dom-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-enchant-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-exif-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-exif-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-fastcgi-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-fileinfo-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-fpm-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-ftp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-gd-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gd-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-gettext-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-gmp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-iconv-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-intl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-intl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-json-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-json-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-ldap-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-mbstring-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-mysql-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-odbc-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-opcache-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-openssl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-pcntl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-pdo-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-pgsql-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-phar-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-phar-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-posix-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-posix-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-readline-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-readline-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-shmop-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-snmp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-soap-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-soap-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-sockets-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-sodium-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-sqlite-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-sysvmsg-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-sysvsem-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-sysvshm-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-tidy-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-tokenizer-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-xmlreader-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-xmlrpc-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-xmlwriter-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-xsl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-zip-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-zip-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-zlib-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:apache2-mod_php7-7.4.6-3.35.1.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:apache2-mod_php7-7.4.6-3.35.1.s390x"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:apache2-mod_php7-7.4.6-3.35.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-bcmath-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-bcmath-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-bcmath-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-bz2-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-bz2-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-bz2-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-calendar-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-calendar-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-calendar-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-ctype-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-ctype-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-ctype-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-curl-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-curl-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-curl-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-curl-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-curl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-curl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-dba-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-dba-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-dba-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-dba-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-dba-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-dba-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-devel-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-devel-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-devel-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-devel-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-devel-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-devel-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-dom-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-dom-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-dom-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-dom-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-dom-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-dom-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-enchant-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-enchant-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-enchant-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-exif-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-exif-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-exif-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-exif-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-exif-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-exif-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-fastcgi-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-fastcgi-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-fastcgi-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-fileinfo-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-fileinfo-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-fileinfo-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-fpm-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-fpm-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-fpm-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-ftp-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-ftp-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-ftp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-gd-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-gd-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-gd-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-gd-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-gd-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gd-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-gettext-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-gettext-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-gettext-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-gmp-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-gmp-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-gmp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-iconv-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-iconv-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-iconv-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-intl-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-intl-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-intl-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-intl-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-intl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-intl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-json-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-json-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-json-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-json-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-json-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-json-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-ldap-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-ldap-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-ldap-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-mbstring-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-mbstring-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-mbstring-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-mysql-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-mysql-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-mysql-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-odbc-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-odbc-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-odbc-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-opcache-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-opcache-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-opcache-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-openssl-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-openssl-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-openssl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-pcntl-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-pcntl-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-pcntl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-pdo-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-pdo-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-pdo-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-pgsql-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-pgsql-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-pgsql-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-phar-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-phar-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-phar-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-phar-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-phar-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-phar-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-posix-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-posix-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-posix-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-posix-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-posix-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-posix-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-readline-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-readline-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-readline-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-readline-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-readline-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-readline-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-shmop-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-shmop-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-shmop-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-snmp-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-snmp-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-snmp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-soap-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-soap-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-soap-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-soap-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-soap-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-soap-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sockets-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sockets-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sockets-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sodium-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sodium-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sodium-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sqlite-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sqlite-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sqlite-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sysvmsg-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sysvmsg-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sysvmsg-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sysvsem-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sysvsem-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sysvsem-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sysvshm-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sysvshm-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sysvshm-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-tidy-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-tidy-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-tidy-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-tokenizer-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-tokenizer-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-tokenizer-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xmlreader-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xmlreader-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xmlreader-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xmlrpc-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xmlrpc-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xmlrpc-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xmlwriter-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xmlwriter-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xmlwriter-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xsl-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xsl-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xsl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-zip-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-zip-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-zip-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-zip-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-zip-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-zip-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-zlib-7.4.6-3.35.1.ppc64le"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-zlib-7.4.6-3.35.1.s390x"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-zlib-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:apache2-mod_php7-7.4.6-3.35.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:apache2-mod_php7-7.4.6-3.35.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-bcmath-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-bcmath-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-bz2-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-bz2-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-bz2-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-calendar-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-calendar-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-calendar-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-ctype-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-ctype-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ctype-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-curl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-curl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-curl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-curl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-dba-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-dba-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-dba-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-dba-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-devel-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-devel-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-devel-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-devel-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-dom-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-dom-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-dom-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-dom-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-enchant-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-enchant-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-enchant-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-exif-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-exif-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-exif-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-exif-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-fastcgi-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-fastcgi-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-fileinfo-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-fileinfo-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-fpm-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-fpm-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-fpm-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-ftp-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-ftp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ftp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-gd-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-gd-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-gd-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gd-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-gettext-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-gettext-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gettext-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-gmp-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-gmp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-gmp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-iconv-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-iconv-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-iconv-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-intl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-intl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-intl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-intl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-json-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-json-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-json-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-json-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-ldap-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-ldap-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-ldap-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-mbstring-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-mbstring-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-mysql-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-mysql-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-mysql-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-odbc-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-odbc-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-odbc-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-opcache-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-opcache-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-opcache-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-openssl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-openssl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-openssl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-pcntl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-pcntl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-pdo-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-pdo-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pdo-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-pgsql-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-pgsql-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-phar-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-phar-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-phar-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-phar-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-posix-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-posix-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-posix-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-posix-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-readline-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-readline-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-readline-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-readline-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-shmop-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-shmop-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-shmop-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-snmp-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-snmp-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-snmp-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-soap-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-soap-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-soap-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-soap-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sockets-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sockets-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sockets-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sodium-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sodium-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sodium-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sqlite-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sqlite-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sysvmsg-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sysvmsg-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sysvsem-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sysvsem-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sysvshm-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sysvshm-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-tidy-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-tidy-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-tidy-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-tokenizer-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-tokenizer-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xmlreader-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xmlreader-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xmlrpc-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xmlrpc-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xmlwriter-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xmlwriter-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xsl-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xsl-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-xsl-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-zip-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-zip-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-zip-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-zip-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-zlib-7.4.6-3.35.1.aarch64"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.6-3.35.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-zlib-7.4.6-3.35.1.x86_64"
},
"product_reference": "php7-zlib-7.4.6-3.35.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-21708",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21708"
}
],
"notes": [
{
"category": "general",
"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": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-bcmath-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-bcmath-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-bz2-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-bz2-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-calendar-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-calendar-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-ctype-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-ctype-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-curl-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-curl-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-dba-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-dba-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-devel-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-devel-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-dom-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-dom-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-enchant-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-enchant-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-exif-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-exif-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-fpm-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-fpm-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-ftp-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-ftp-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-gd-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-gd-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-gettext-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-gettext-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-gmp-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-gmp-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-iconv-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-iconv-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-intl-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-intl-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-json-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-json-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-ldap-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-ldap-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-mbstring-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-mbstring-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-mysql-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-mysql-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-odbc-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-odbc-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-opcache-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-opcache-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-openssl-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-openssl-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-pcntl-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-pcntl-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-pdo-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-pdo-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-pgsql-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-pgsql-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-phar-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-phar-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-posix-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-posix-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-readline-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-readline-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-shmop-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-shmop-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-snmp-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-snmp-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-soap-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-soap-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-sockets-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-sockets-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-sodium-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-sodium-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-sqlite-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-sqlite-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-tidy-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-tidy-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-xsl-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-xsl-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-zip-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-zip-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-zlib-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-zlib-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-zlib-7.4.6-3.35.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21708",
"url": "https://www.suse.com/security/cve/CVE-2021-21708"
},
{
"category": "external",
"summary": "SUSE Bug 1196252 for CVE-2021-21708",
"url": "https://bugzilla.suse.com/1196252"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-bcmath-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-bcmath-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-bz2-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-bz2-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-calendar-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-calendar-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-ctype-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-ctype-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-curl-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-curl-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-dba-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-dba-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-devel-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-devel-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-dom-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-dom-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-enchant-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-enchant-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-exif-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-exif-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-fpm-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-fpm-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-ftp-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-ftp-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-gd-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-gd-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-gettext-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-gettext-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-gmp-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-gmp-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-iconv-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-iconv-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-intl-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-intl-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-json-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-json-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-ldap-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-ldap-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-mbstring-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-mbstring-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-mysql-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-mysql-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-odbc-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-odbc-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-opcache-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-opcache-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-openssl-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-openssl-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-pcntl-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-pcntl-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-pdo-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-pdo-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-pgsql-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-pgsql-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-phar-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-phar-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-posix-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-posix-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-readline-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-readline-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-shmop-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-shmop-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-snmp-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-snmp-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-soap-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-soap-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-sockets-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-sockets-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-sodium-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-sodium-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-sqlite-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-sqlite-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-tidy-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-tidy-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-xsl-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-xsl-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-zip-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-zip-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-zlib-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-zlib-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-zlib-7.4.6-3.35.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.6-3.35.1.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.6-3.35.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Manager Proxy 4.1:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zlib-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-bcmath-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-bcmath-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-bcmath-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-bz2-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-bz2-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-bz2-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-calendar-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-calendar-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-calendar-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-ctype-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-ctype-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-ctype-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-curl-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-curl-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-curl-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-dba-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-dba-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-dba-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-devel-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-devel-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-devel-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-dom-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-dom-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-dom-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-enchant-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-enchant-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-enchant-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-exif-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-exif-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-exif-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-fpm-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-fpm-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-fpm-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-ftp-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-ftp-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-ftp-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-gd-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-gd-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-gd-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-gettext-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-gettext-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-gettext-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-gmp-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-gmp-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-gmp-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-iconv-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-iconv-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-iconv-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-intl-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-intl-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-intl-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-json-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-json-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-json-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-ldap-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-ldap-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-ldap-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-mbstring-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-mbstring-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-mbstring-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-mysql-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-mysql-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-mysql-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-odbc-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-odbc-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-odbc-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-opcache-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-opcache-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-opcache-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-openssl-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-openssl-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-openssl-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-pcntl-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-pcntl-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-pcntl-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-pdo-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-pdo-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-pdo-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-pgsql-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-pgsql-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-pgsql-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-phar-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-phar-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-phar-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-posix-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-posix-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-posix-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-readline-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-readline-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-readline-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-shmop-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-shmop-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-shmop-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-snmp-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-snmp-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-snmp-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-soap-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-soap-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-soap-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-sockets-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-sockets-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-sockets-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-sodium-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-sodium-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-sodium-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-sqlite-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-sqlite-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-sqlite-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-tidy-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-tidy-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-tidy-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-xsl-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-xsl-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-xsl-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-zip-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-zip-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-zip-7.4.6-3.35.1.x86_64",
"SUSE Manager Server 4.1:php7-zlib-7.4.6-3.35.1.ppc64le",
"SUSE Manager Server 4.1:php7-zlib-7.4.6-3.35.1.s390x",
"SUSE Manager Server 4.1:php7-zlib-7.4.6-3.35.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-03-15T12:11:05Z",
"details": "moderate"
}
],
"title": "CVE-2021-21708"
}
]
}
suse-su-2022:3997-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for php7",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for php7 fixes the following issues:\n\n- Version update to 7.4.33:\n- CVE-2022-31630: Fixed out-of-bounds read due to insufficient input validation in imageloadfont() (bsc#1204979).\n- CVE-2022-37454: Fixed buffer overflow in hash_update() on long parameter (bsc#1204577).\n\n\n- Version update to 7.4.32 (jsc#SLE-23639)\n- CVE-2022-31628: Fixed an uncontrolled recursion in the phar uncompressor while decompressing \u0027quines\u0027 gzip files. (bsc#1203867)\n- CVE-2022-31629: Fixed a bug which could lead an attacker to set an insecure cookie that will treated as secure in the victim\u0027s browser. (bsc#1203870)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-3997,SUSE-SLE-Module-Legacy-15-SP4-2022-3997,SUSE-SLE-Module-Packagehub-Subpackages-15-SP4-2022-3997,openSUSE-SLE-15.4-2022-3997",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2022_3997-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:3997-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20223997-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:3997-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012935.html"
},
{
"category": "self",
"summary": "SUSE Bug 1203867",
"url": "https://bugzilla.suse.com/1203867"
},
{
"category": "self",
"summary": "SUSE Bug 1203870",
"url": "https://bugzilla.suse.com/1203870"
},
{
"category": "self",
"summary": "SUSE Bug 1204577",
"url": "https://bugzilla.suse.com/1204577"
},
{
"category": "self",
"summary": "SUSE Bug 1204979",
"url": "https://bugzilla.suse.com/1204979"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21707 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21707/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21708 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21708/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-31625 page",
"url": "https://www.suse.com/security/cve/CVE-2022-31625/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-31626 page",
"url": "https://www.suse.com/security/cve/CVE-2022-31626/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-31628 page",
"url": "https://www.suse.com/security/cve/CVE-2022-31628/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-31629 page",
"url": "https://www.suse.com/security/cve/CVE-2022-31629/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-31630 page",
"url": "https://www.suse.com/security/cve/CVE-2022-31630/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-37454 page",
"url": "https://www.suse.com/security/cve/CVE-2022-37454/"
}
],
"title": "Security update for php7",
"tracking": {
"current_release_date": "2022-11-15T16:07:32Z",
"generator": {
"date": "2022-11-15T16:07:32Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:3997-1",
"initial_release_date": "2022-11-15T16:07:32Z",
"revision_history": [
{
"date": "2022-11-15T16:07:32Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"product_id": "apache2-mod_php7-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-bcmath-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-bz2-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-bz2-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-calendar-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-calendar-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-cli-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-cli-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-cli-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-ctype-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-ctype-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-curl-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-curl-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-dba-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-dba-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-devel-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-devel-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-dom-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-dom-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-embed-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-embed-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-enchant-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-enchant-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-exif-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-exif-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-fastcgi-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-fileinfo-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-fpm-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-fpm-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-ftp-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-ftp-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-gd-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-gd-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-gettext-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-gettext-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-gmp-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-gmp-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-iconv-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-iconv-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-intl-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-intl-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-json-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-json-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-ldap-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-ldap-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-mbstring-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-mysql-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-mysql-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-odbc-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-odbc-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-opcache-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-opcache-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-openssl-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-openssl-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-pcntl-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-pdo-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-pdo-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-pgsql-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-phar-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-phar-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-posix-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-posix-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-readline-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-readline-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-shmop-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-shmop-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-snmp-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-snmp-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-soap-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-soap-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-sockets-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-sockets-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-sodium-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-sodium-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-sqlite-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-sysvmsg-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-sysvsem-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-sysvshm-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150400.4.13.2.aarch64",
"product": {
"name": "php7-test-7.4.33-150400.4.13.2.aarch64",
"product_id": "php7-test-7.4.33-150400.4.13.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-tidy-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-tidy-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-tokenizer-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-xmlreader-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-xmlrpc-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-xmlwriter-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-xsl-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-xsl-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-zip-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-zip-7.4.33-150400.4.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150400.4.13.1.aarch64",
"product": {
"name": "php7-zlib-7.4.33-150400.4.13.1.aarch64",
"product_id": "php7-zlib-7.4.33-150400.4.13.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150400.4.13.1.i586",
"product": {
"name": "apache2-mod_php7-7.4.33-150400.4.13.1.i586",
"product_id": "apache2-mod_php7-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-7.4.33-150400.4.13.1.i586",
"product_id": "php7-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-bcmath-7.4.33-150400.4.13.1.i586",
"product_id": "php7-bcmath-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-bz2-7.4.33-150400.4.13.1.i586",
"product_id": "php7-bz2-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-calendar-7.4.33-150400.4.13.1.i586",
"product_id": "php7-calendar-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-cli-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-cli-7.4.33-150400.4.13.1.i586",
"product_id": "php7-cli-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-ctype-7.4.33-150400.4.13.1.i586",
"product_id": "php7-ctype-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-curl-7.4.33-150400.4.13.1.i586",
"product_id": "php7-curl-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-dba-7.4.33-150400.4.13.1.i586",
"product_id": "php7-dba-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-devel-7.4.33-150400.4.13.1.i586",
"product_id": "php7-devel-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-dom-7.4.33-150400.4.13.1.i586",
"product_id": "php7-dom-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-embed-7.4.33-150400.4.13.1.i586",
"product_id": "php7-embed-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-enchant-7.4.33-150400.4.13.1.i586",
"product_id": "php7-enchant-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-exif-7.4.33-150400.4.13.1.i586",
"product_id": "php7-exif-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-fastcgi-7.4.33-150400.4.13.1.i586",
"product_id": "php7-fastcgi-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-fileinfo-7.4.33-150400.4.13.1.i586",
"product_id": "php7-fileinfo-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-fpm-7.4.33-150400.4.13.1.i586",
"product_id": "php7-fpm-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-ftp-7.4.33-150400.4.13.1.i586",
"product_id": "php7-ftp-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-gd-7.4.33-150400.4.13.1.i586",
"product_id": "php7-gd-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-gettext-7.4.33-150400.4.13.1.i586",
"product_id": "php7-gettext-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-gmp-7.4.33-150400.4.13.1.i586",
"product_id": "php7-gmp-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-iconv-7.4.33-150400.4.13.1.i586",
"product_id": "php7-iconv-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-intl-7.4.33-150400.4.13.1.i586",
"product_id": "php7-intl-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-json-7.4.33-150400.4.13.1.i586",
"product_id": "php7-json-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-ldap-7.4.33-150400.4.13.1.i586",
"product_id": "php7-ldap-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-mbstring-7.4.33-150400.4.13.1.i586",
"product_id": "php7-mbstring-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-mysql-7.4.33-150400.4.13.1.i586",
"product_id": "php7-mysql-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-odbc-7.4.33-150400.4.13.1.i586",
"product_id": "php7-odbc-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-opcache-7.4.33-150400.4.13.1.i586",
"product_id": "php7-opcache-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-openssl-7.4.33-150400.4.13.1.i586",
"product_id": "php7-openssl-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-pcntl-7.4.33-150400.4.13.1.i586",
"product_id": "php7-pcntl-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-pdo-7.4.33-150400.4.13.1.i586",
"product_id": "php7-pdo-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-pgsql-7.4.33-150400.4.13.1.i586",
"product_id": "php7-pgsql-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-phar-7.4.33-150400.4.13.1.i586",
"product_id": "php7-phar-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-posix-7.4.33-150400.4.13.1.i586",
"product_id": "php7-posix-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-readline-7.4.33-150400.4.13.1.i586",
"product_id": "php7-readline-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-shmop-7.4.33-150400.4.13.1.i586",
"product_id": "php7-shmop-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-snmp-7.4.33-150400.4.13.1.i586",
"product_id": "php7-snmp-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-soap-7.4.33-150400.4.13.1.i586",
"product_id": "php7-soap-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-sockets-7.4.33-150400.4.13.1.i586",
"product_id": "php7-sockets-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-sodium-7.4.33-150400.4.13.1.i586",
"product_id": "php7-sodium-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-sqlite-7.4.33-150400.4.13.1.i586",
"product_id": "php7-sqlite-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-sysvmsg-7.4.33-150400.4.13.1.i586",
"product_id": "php7-sysvmsg-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-sysvsem-7.4.33-150400.4.13.1.i586",
"product_id": "php7-sysvsem-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-sysvshm-7.4.33-150400.4.13.1.i586",
"product_id": "php7-sysvshm-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150400.4.13.2.i586",
"product": {
"name": "php7-test-7.4.33-150400.4.13.2.i586",
"product_id": "php7-test-7.4.33-150400.4.13.2.i586"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-tidy-7.4.33-150400.4.13.1.i586",
"product_id": "php7-tidy-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-tokenizer-7.4.33-150400.4.13.1.i586",
"product_id": "php7-tokenizer-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-xmlreader-7.4.33-150400.4.13.1.i586",
"product_id": "php7-xmlreader-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-xmlrpc-7.4.33-150400.4.13.1.i586",
"product_id": "php7-xmlrpc-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-xmlwriter-7.4.33-150400.4.13.1.i586",
"product_id": "php7-xmlwriter-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-xsl-7.4.33-150400.4.13.1.i586",
"product_id": "php7-xsl-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-zip-7.4.33-150400.4.13.1.i586",
"product_id": "php7-zip-7.4.33-150400.4.13.1.i586"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150400.4.13.1.i586",
"product": {
"name": "php7-zlib-7.4.33-150400.4.13.1.i586",
"product_id": "php7-zlib-7.4.33-150400.4.13.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"product_id": "apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-bcmath-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-bz2-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-calendar-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-cli-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-cli-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-cli-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-ctype-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-curl-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-curl-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-dba-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-dba-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-devel-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-devel-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-dom-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-dom-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-embed-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-embed-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-enchant-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-exif-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-exif-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-fastcgi-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-fileinfo-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-fpm-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-ftp-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-gd-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-gd-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-gettext-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-gmp-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-iconv-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-intl-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-intl-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-json-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-json-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-ldap-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-mbstring-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-mysql-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-odbc-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-opcache-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-openssl-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-pcntl-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-pdo-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-pgsql-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-phar-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-phar-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-posix-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-posix-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-readline-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-readline-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-shmop-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-snmp-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-soap-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-soap-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-sockets-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-sodium-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-sqlite-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-sysvsem-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-sysvshm-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150400.4.13.2.ppc64le",
"product": {
"name": "php7-test-7.4.33-150400.4.13.2.ppc64le",
"product_id": "php7-test-7.4.33-150400.4.13.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-tidy-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-tokenizer-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-xmlreader-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-xsl-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-zip-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-zip-7.4.33-150400.4.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"product": {
"name": "php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"product_id": "php7-zlib-7.4.33-150400.4.13.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"product_id": "apache2-mod_php7-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-bcmath-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-bcmath-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-bz2-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-bz2-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-calendar-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-calendar-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-cli-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-cli-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-cli-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-ctype-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-ctype-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-curl-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-curl-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-dba-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-dba-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-devel-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-devel-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-dom-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-dom-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-embed-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-embed-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-enchant-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-enchant-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-exif-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-exif-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-fastcgi-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-fileinfo-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-fpm-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-fpm-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-ftp-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-ftp-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-gd-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-gd-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-gettext-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-gettext-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-gmp-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-gmp-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-iconv-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-iconv-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-intl-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-intl-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-json-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-json-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-ldap-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-ldap-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-mbstring-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-mbstring-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-mysql-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-mysql-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-odbc-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-odbc-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-opcache-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-opcache-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-openssl-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-openssl-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-pcntl-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-pcntl-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-pdo-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-pdo-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-pgsql-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-pgsql-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-phar-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-phar-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-posix-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-posix-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-readline-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-readline-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-shmop-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-shmop-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-snmp-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-snmp-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-soap-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-soap-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-sockets-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-sockets-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-sodium-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-sodium-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-sqlite-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-sqlite-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-sysvmsg-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-sysvsem-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-sysvshm-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150400.4.13.2.s390x",
"product": {
"name": "php7-test-7.4.33-150400.4.13.2.s390x",
"product_id": "php7-test-7.4.33-150400.4.13.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-tidy-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-tidy-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-tokenizer-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-xmlreader-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-xmlrpc-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-xmlwriter-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-xsl-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-xsl-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-zip-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-zip-7.4.33-150400.4.13.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150400.4.13.1.s390x",
"product": {
"name": "php7-zlib-7.4.33-150400.4.13.1.s390x",
"product_id": "php7-zlib-7.4.33-150400.4.13.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"product_id": "apache2-mod_php7-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-bcmath-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-bz2-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-bz2-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-calendar-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-calendar-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-cli-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-cli-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-cli-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-ctype-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-ctype-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-curl-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-curl-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-dba-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-dba-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-devel-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-devel-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-dom-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-dom-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-embed-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-embed-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-enchant-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-enchant-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-exif-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-exif-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-fastcgi-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-fileinfo-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-fpm-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-fpm-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-ftp-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-ftp-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-gd-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-gd-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-gettext-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-gettext-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-gmp-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-gmp-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-iconv-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-iconv-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-intl-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-intl-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-json-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-json-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-ldap-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-ldap-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-mbstring-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-mysql-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-mysql-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-odbc-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-odbc-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-opcache-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-opcache-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-openssl-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-openssl-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-pcntl-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-pdo-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-pdo-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-pgsql-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-phar-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-phar-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-posix-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-posix-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-readline-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-readline-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-shmop-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-shmop-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-snmp-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-snmp-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-soap-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-soap-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-sockets-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-sockets-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-sodium-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-sodium-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-sqlite-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-sysvmsg-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-sysvsem-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-sysvshm-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150400.4.13.2.x86_64",
"product": {
"name": "php7-test-7.4.33-150400.4.13.2.x86_64",
"product_id": "php7-test-7.4.33-150400.4.13.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-tidy-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-tidy-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-tokenizer-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-xmlreader-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-xmlrpc-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-xmlwriter-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-xsl-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-xsl-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-zip-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-zip-7.4.33-150400.4.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150400.4.13.1.x86_64",
"product": {
"name": "php7-zlib-7.4.33-150400.4.13.1.x86_64",
"product_id": "php7-zlib-7.4.33-150400.4.13.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Legacy 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-legacy:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-bz2-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-calendar-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-cli-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-cli-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-cli-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-cli-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-ctype-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-curl-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-curl-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-curl-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-curl-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-dba-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-dba-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-dba-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-dba-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-devel-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-devel-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-devel-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-devel-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-dom-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-dom-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-dom-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-dom-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-enchant-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-exif-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-exif-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-exif-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-exif-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-fpm-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-ftp-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-gd-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-gd-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-gd-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-gd-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-gettext-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-gmp-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-iconv-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-intl-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-intl-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-intl-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-intl-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-json-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-json-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-json-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-json-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-ldap-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-mysql-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-odbc-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-opcache-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-openssl-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-pdo-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-phar-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-phar-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-phar-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-phar-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-posix-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-posix-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-posix-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-posix-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-readline-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-readline-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-readline-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-readline-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-shmop-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-snmp-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-soap-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-soap-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-soap-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-soap-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-sockets-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-sodium-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-tidy-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-xsl-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-zip-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-zip-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-zip-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-zip-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-zlib-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.13.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-embed-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.13.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-embed-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.13.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-embed-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.13.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-embed-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-bz2-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-calendar-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-cli-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-cli-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-cli-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-cli-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-ctype-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-curl-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-curl-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-curl-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-curl-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-dba-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-dba-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-dba-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-dba-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-devel-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-devel-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-devel-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-devel-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-dom-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-dom-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-dom-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-dom-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-embed-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-embed-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-embed-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-embed-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-enchant-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-exif-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-exif-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-exif-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-exif-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-fpm-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-ftp-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-gd-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-gd-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-gd-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-gd-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-gettext-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-gmp-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-iconv-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-intl-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-intl-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-intl-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-intl-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-json-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-json-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-json-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-json-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-ldap-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-mysql-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-odbc-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-opcache-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-openssl-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-pdo-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-phar-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-phar-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-phar-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-phar-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-posix-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-posix-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-posix-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-posix-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-readline-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-readline-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-readline-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-readline-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-shmop-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-snmp-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-soap-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-soap-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-soap-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-soap-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-sockets-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-sodium-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-test-7.4.33-150400.4.13.2.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64"
},
"product_reference": "php7-test-7.4.33-150400.4.13.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-test-7.4.33-150400.4.13.2.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le"
},
"product_reference": "php7-test-7.4.33-150400.4.13.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-test-7.4.33-150400.4.13.2.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x"
},
"product_reference": "php7-test-7.4.33-150400.4.13.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-test-7.4.33-150400.4.13.2.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64"
},
"product_reference": "php7-test-7.4.33-150400.4.13.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-tidy-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-xsl-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-zip-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-zip-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-zip-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-zip-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.13.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150400.4.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.13.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le"
},
"product_reference": "php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.13.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x"
},
"product_reference": "php7-zlib-7.4.33-150400.4.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.13.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150400.4.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-21707",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21707"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 7.3.x below 7.3.33, 7.4.x below 7.4.26 and 8.0.x below 8.0.13, certain XML parsing functions, like simplexml_load_file(), URL-decode the filename passed to them. If that filename contains URL-encoded NUL character, this may cause the function to interpret this as the end of the filename, thus interpreting the filename differently from what the user intended, which may lead it to reading a different file than intended.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21707",
"url": "https://www.suse.com/security/cve/CVE-2021-21707"
},
{
"category": "external",
"summary": "SUSE Bug 1193041 for CVE-2021-21707",
"url": "https://bugzilla.suse.com/1193041"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-11-15T16:07:32Z",
"details": "moderate"
}
],
"title": "CVE-2021-21707"
},
{
"cve": "CVE-2021-21708",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21708"
}
],
"notes": [
{
"category": "general",
"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": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21708",
"url": "https://www.suse.com/security/cve/CVE-2021-21708"
},
{
"category": "external",
"summary": "SUSE Bug 1196252 for CVE-2021-21708",
"url": "https://bugzilla.suse.com/1196252"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-11-15T16:07:32Z",
"details": "moderate"
}
],
"title": "CVE-2021-21708"
},
{
"cve": "CVE-2022-31625",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-31625"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 7.4.x below 7.4.30, 8.0.x below 8.0.20, and 8.1.x below 8.1.7, when using Postgres database extension, supplying invalid parameters to the parametrized query may lead to PHP attempting to free memory using uninitialized data as pointers. This could lead to RCE vulnerability or denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-31625",
"url": "https://www.suse.com/security/cve/CVE-2022-31625"
},
{
"category": "external",
"summary": "SUSE Bug 1200645 for CVE-2022-31625",
"url": "https://bugzilla.suse.com/1200645"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-11-15T16:07:32Z",
"details": "important"
}
],
"title": "CVE-2022-31625"
},
{
"cve": "CVE-2022-31626",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-31626"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 7.4.x below 7.4.30, 8.0.x below 8.0.20, and 8.1.x below 8.1.7, when pdo_mysql extension with mysqlnd driver, if the third party is allowed to supply host to connect to and the password for the connection, password of excessive length can trigger a buffer overflow in PHP, which can lead to a remote code execution vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-31626",
"url": "https://www.suse.com/security/cve/CVE-2022-31626"
},
{
"category": "external",
"summary": "SUSE Bug 1200628 for CVE-2022-31626",
"url": "https://bugzilla.suse.com/1200628"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-11-15T16:07:32Z",
"details": "important"
}
],
"title": "CVE-2022-31626"
},
{
"cve": "CVE-2022-31628",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-31628"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions before 7.4.31, 8.0.24 and 8.1.11, the phar uncompressor code would recursively uncompress \"quines\" gzip files, resulting in an infinite loop.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-31628",
"url": "https://www.suse.com/security/cve/CVE-2022-31628"
},
{
"category": "external",
"summary": "SUSE Bug 1203867 for CVE-2022-31628",
"url": "https://bugzilla.suse.com/1203867"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-11-15T16:07:32Z",
"details": "moderate"
}
],
"title": "CVE-2022-31628"
},
{
"cve": "CVE-2022-31629",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-31629"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions before 7.4.31, 8.0.24 and 8.1.11, the vulnerability enables network and same-site attackers to set a standard insecure cookie in the victim\u0027s browser which is treated as a `__Host-` or `__Secure-` cookie by PHP applications.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-31629",
"url": "https://www.suse.com/security/cve/CVE-2022-31629"
},
{
"category": "external",
"summary": "SUSE Bug 1203870 for CVE-2022-31629",
"url": "https://bugzilla.suse.com/1203870"
},
{
"category": "external",
"summary": "SUSE Bug 1222857 for CVE-2022-31629",
"url": "https://bugzilla.suse.com/1222857"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-11-15T16:07:32Z",
"details": "moderate"
}
],
"title": "CVE-2022-31629"
},
{
"cve": "CVE-2022-31630",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-31630"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions prior to 7.4.33, 8.0.25 and 8.1.12, when using imageloadfont() function in gd extension, it is possible to supply a specially crafted font file, such as if the loaded font is used with imagechar() function, the read outside allocated buffer will be used. This can lead to crashes or disclosure of confidential information. ",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-31630",
"url": "https://www.suse.com/security/cve/CVE-2022-31630"
},
{
"category": "external",
"summary": "SUSE Bug 1204979 for CVE-2022-31630",
"url": "https://bugzilla.suse.com/1204979"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-11-15T16:07:32Z",
"details": "moderate"
}
],
"title": "CVE-2022-31630"
},
{
"cve": "CVE-2022-37454",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-37454"
}
],
"notes": [
{
"category": "general",
"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": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-37454",
"url": "https://www.suse.com/security/cve/CVE-2022-37454"
},
{
"category": "external",
"summary": "SUSE Bug 1204577 for CVE-2022-37454",
"url": "https://bugzilla.suse.com/1204577"
},
{
"category": "external",
"summary": "SUSE Bug 1204966 for CVE-2022-37454",
"url": "https://bugzilla.suse.com/1204966"
},
{
"category": "external",
"summary": "SUSE Bug 1205836 for CVE-2022-37454",
"url": "https://bugzilla.suse.com/1205836"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-json-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:php7-zlib-7.4.33-150400.4.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:apache2-mod_php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bcmath-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-bz2-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-calendar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-cli-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ctype-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-curl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dba-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-devel-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-dom-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-embed-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-enchant-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-exif-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fastcgi-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fileinfo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-fpm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ftp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gd-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gettext-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-gmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-iconv-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-intl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-json-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-ldap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mbstring-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-mysql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-odbc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-opcache-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-openssl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pcntl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pdo-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-pgsql-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-phar-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-posix-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-readline-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-shmop-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-snmp-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-soap-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sockets-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sodium-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sqlite-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvmsg-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvsem-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-sysvshm-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.aarch64",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.ppc64le",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.s390x",
"openSUSE Leap 15.4:php7-test-7.4.33-150400.4.13.2.x86_64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tidy-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-tokenizer-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlreader-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlrpc-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xmlwriter-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-xsl-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zip-7.4.33-150400.4.13.1.x86_64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.aarch64",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.ppc64le",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.s390x",
"openSUSE Leap 15.4:php7-zlib-7.4.33-150400.4.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-11-15T16:07:32Z",
"details": "important"
}
],
"title": "CVE-2022-37454"
}
]
}
suse-su-2022:0654-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for php74",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for php74 fixes the following issues:\n\n- CVE-2021-21708: Fixed use after free due to php_filter_float() failing for ints (bsc#1196252).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-654,SUSE-SLE-Module-Web-Scripting-12-2022-654,SUSE-SLE-SDK-12-SP5-2022-654",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2022_0654-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:0654-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20220654-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:0654-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-March/010323.html"
},
{
"category": "self",
"summary": "SUSE Bug 1196252",
"url": "https://bugzilla.suse.com/1196252"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21708 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21708/"
}
],
"title": "Security update for php74",
"tracking": {
"current_release_date": "2022-03-01T17:14:43Z",
"generator": {
"date": "2022-03-01T17:14:43Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:0654-1",
"initial_release_date": "2022-03-01T17:14:43Z",
"revision_history": [
{
"date": "2022-03-01T17:14:43Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php74-7.4.6-1.36.1.aarch64",
"product": {
"name": "apache2-mod_php74-7.4.6-1.36.1.aarch64",
"product_id": "apache2-mod_php74-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-7.4.6-1.36.1.aarch64",
"product_id": "php74-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-bcmath-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-bcmath-7.4.6-1.36.1.aarch64",
"product_id": "php74-bcmath-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-bz2-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-bz2-7.4.6-1.36.1.aarch64",
"product_id": "php74-bz2-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-calendar-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-calendar-7.4.6-1.36.1.aarch64",
"product_id": "php74-calendar-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-ctype-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-ctype-7.4.6-1.36.1.aarch64",
"product_id": "php74-ctype-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-curl-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-curl-7.4.6-1.36.1.aarch64",
"product_id": "php74-curl-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-dba-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-dba-7.4.6-1.36.1.aarch64",
"product_id": "php74-dba-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-devel-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-devel-7.4.6-1.36.1.aarch64",
"product_id": "php74-devel-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-dom-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-dom-7.4.6-1.36.1.aarch64",
"product_id": "php74-dom-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-embed-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-embed-7.4.6-1.36.1.aarch64",
"product_id": "php74-embed-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-enchant-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-enchant-7.4.6-1.36.1.aarch64",
"product_id": "php74-enchant-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-exif-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-exif-7.4.6-1.36.1.aarch64",
"product_id": "php74-exif-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-fastcgi-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-fastcgi-7.4.6-1.36.1.aarch64",
"product_id": "php74-fastcgi-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-fileinfo-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-fileinfo-7.4.6-1.36.1.aarch64",
"product_id": "php74-fileinfo-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-firebird-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-firebird-7.4.6-1.36.1.aarch64",
"product_id": "php74-firebird-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-fpm-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-fpm-7.4.6-1.36.1.aarch64",
"product_id": "php74-fpm-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-ftp-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-ftp-7.4.6-1.36.1.aarch64",
"product_id": "php74-ftp-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-gd-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-gd-7.4.6-1.36.1.aarch64",
"product_id": "php74-gd-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-gettext-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-gettext-7.4.6-1.36.1.aarch64",
"product_id": "php74-gettext-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-gmp-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-gmp-7.4.6-1.36.1.aarch64",
"product_id": "php74-gmp-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-iconv-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-iconv-7.4.6-1.36.1.aarch64",
"product_id": "php74-iconv-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-intl-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-intl-7.4.6-1.36.1.aarch64",
"product_id": "php74-intl-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-json-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-json-7.4.6-1.36.1.aarch64",
"product_id": "php74-json-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-ldap-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-ldap-7.4.6-1.36.1.aarch64",
"product_id": "php74-ldap-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-mbstring-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-mbstring-7.4.6-1.36.1.aarch64",
"product_id": "php74-mbstring-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-mysql-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-mysql-7.4.6-1.36.1.aarch64",
"product_id": "php74-mysql-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-odbc-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-odbc-7.4.6-1.36.1.aarch64",
"product_id": "php74-odbc-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-opcache-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-opcache-7.4.6-1.36.1.aarch64",
"product_id": "php74-opcache-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-openssl-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-openssl-7.4.6-1.36.1.aarch64",
"product_id": "php74-openssl-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-pcntl-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-pcntl-7.4.6-1.36.1.aarch64",
"product_id": "php74-pcntl-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-pdo-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-pdo-7.4.6-1.36.1.aarch64",
"product_id": "php74-pdo-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-pgsql-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-pgsql-7.4.6-1.36.1.aarch64",
"product_id": "php74-pgsql-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-phar-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-phar-7.4.6-1.36.1.aarch64",
"product_id": "php74-phar-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-posix-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-posix-7.4.6-1.36.1.aarch64",
"product_id": "php74-posix-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-readline-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-readline-7.4.6-1.36.1.aarch64",
"product_id": "php74-readline-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-shmop-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-shmop-7.4.6-1.36.1.aarch64",
"product_id": "php74-shmop-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-snmp-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-snmp-7.4.6-1.36.1.aarch64",
"product_id": "php74-snmp-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-soap-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-soap-7.4.6-1.36.1.aarch64",
"product_id": "php74-soap-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-sockets-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-sockets-7.4.6-1.36.1.aarch64",
"product_id": "php74-sockets-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-sodium-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-sodium-7.4.6-1.36.1.aarch64",
"product_id": "php74-sodium-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-sqlite-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-sqlite-7.4.6-1.36.1.aarch64",
"product_id": "php74-sqlite-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-sysvmsg-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-sysvmsg-7.4.6-1.36.1.aarch64",
"product_id": "php74-sysvmsg-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-sysvsem-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-sysvsem-7.4.6-1.36.1.aarch64",
"product_id": "php74-sysvsem-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-sysvshm-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-sysvshm-7.4.6-1.36.1.aarch64",
"product_id": "php74-sysvshm-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-test-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-test-7.4.6-1.36.1.aarch64",
"product_id": "php74-test-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-tidy-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-tidy-7.4.6-1.36.1.aarch64",
"product_id": "php74-tidy-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-tokenizer-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-tokenizer-7.4.6-1.36.1.aarch64",
"product_id": "php74-tokenizer-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-xmlreader-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-xmlreader-7.4.6-1.36.1.aarch64",
"product_id": "php74-xmlreader-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-xmlrpc-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-xmlrpc-7.4.6-1.36.1.aarch64",
"product_id": "php74-xmlrpc-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-xmlwriter-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-xmlwriter-7.4.6-1.36.1.aarch64",
"product_id": "php74-xmlwriter-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-xsl-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-xsl-7.4.6-1.36.1.aarch64",
"product_id": "php74-xsl-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-zip-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-zip-7.4.6-1.36.1.aarch64",
"product_id": "php74-zip-7.4.6-1.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "php74-zlib-7.4.6-1.36.1.aarch64",
"product": {
"name": "php74-zlib-7.4.6-1.36.1.aarch64",
"product_id": "php74-zlib-7.4.6-1.36.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php74-7.4.6-1.36.1.i586",
"product": {
"name": "apache2-mod_php74-7.4.6-1.36.1.i586",
"product_id": "apache2-mod_php74-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-7.4.6-1.36.1.i586",
"product": {
"name": "php74-7.4.6-1.36.1.i586",
"product_id": "php74-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-bcmath-7.4.6-1.36.1.i586",
"product": {
"name": "php74-bcmath-7.4.6-1.36.1.i586",
"product_id": "php74-bcmath-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-bz2-7.4.6-1.36.1.i586",
"product": {
"name": "php74-bz2-7.4.6-1.36.1.i586",
"product_id": "php74-bz2-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-calendar-7.4.6-1.36.1.i586",
"product": {
"name": "php74-calendar-7.4.6-1.36.1.i586",
"product_id": "php74-calendar-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-ctype-7.4.6-1.36.1.i586",
"product": {
"name": "php74-ctype-7.4.6-1.36.1.i586",
"product_id": "php74-ctype-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-curl-7.4.6-1.36.1.i586",
"product": {
"name": "php74-curl-7.4.6-1.36.1.i586",
"product_id": "php74-curl-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-dba-7.4.6-1.36.1.i586",
"product": {
"name": "php74-dba-7.4.6-1.36.1.i586",
"product_id": "php74-dba-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-devel-7.4.6-1.36.1.i586",
"product": {
"name": "php74-devel-7.4.6-1.36.1.i586",
"product_id": "php74-devel-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-dom-7.4.6-1.36.1.i586",
"product": {
"name": "php74-dom-7.4.6-1.36.1.i586",
"product_id": "php74-dom-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-embed-7.4.6-1.36.1.i586",
"product": {
"name": "php74-embed-7.4.6-1.36.1.i586",
"product_id": "php74-embed-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-enchant-7.4.6-1.36.1.i586",
"product": {
"name": "php74-enchant-7.4.6-1.36.1.i586",
"product_id": "php74-enchant-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-exif-7.4.6-1.36.1.i586",
"product": {
"name": "php74-exif-7.4.6-1.36.1.i586",
"product_id": "php74-exif-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-fastcgi-7.4.6-1.36.1.i586",
"product": {
"name": "php74-fastcgi-7.4.6-1.36.1.i586",
"product_id": "php74-fastcgi-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-fileinfo-7.4.6-1.36.1.i586",
"product": {
"name": "php74-fileinfo-7.4.6-1.36.1.i586",
"product_id": "php74-fileinfo-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-firebird-7.4.6-1.36.1.i586",
"product": {
"name": "php74-firebird-7.4.6-1.36.1.i586",
"product_id": "php74-firebird-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-fpm-7.4.6-1.36.1.i586",
"product": {
"name": "php74-fpm-7.4.6-1.36.1.i586",
"product_id": "php74-fpm-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-ftp-7.4.6-1.36.1.i586",
"product": {
"name": "php74-ftp-7.4.6-1.36.1.i586",
"product_id": "php74-ftp-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-gd-7.4.6-1.36.1.i586",
"product": {
"name": "php74-gd-7.4.6-1.36.1.i586",
"product_id": "php74-gd-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-gettext-7.4.6-1.36.1.i586",
"product": {
"name": "php74-gettext-7.4.6-1.36.1.i586",
"product_id": "php74-gettext-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-gmp-7.4.6-1.36.1.i586",
"product": {
"name": "php74-gmp-7.4.6-1.36.1.i586",
"product_id": "php74-gmp-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-iconv-7.4.6-1.36.1.i586",
"product": {
"name": "php74-iconv-7.4.6-1.36.1.i586",
"product_id": "php74-iconv-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-intl-7.4.6-1.36.1.i586",
"product": {
"name": "php74-intl-7.4.6-1.36.1.i586",
"product_id": "php74-intl-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-json-7.4.6-1.36.1.i586",
"product": {
"name": "php74-json-7.4.6-1.36.1.i586",
"product_id": "php74-json-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-ldap-7.4.6-1.36.1.i586",
"product": {
"name": "php74-ldap-7.4.6-1.36.1.i586",
"product_id": "php74-ldap-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-mbstring-7.4.6-1.36.1.i586",
"product": {
"name": "php74-mbstring-7.4.6-1.36.1.i586",
"product_id": "php74-mbstring-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-mysql-7.4.6-1.36.1.i586",
"product": {
"name": "php74-mysql-7.4.6-1.36.1.i586",
"product_id": "php74-mysql-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-odbc-7.4.6-1.36.1.i586",
"product": {
"name": "php74-odbc-7.4.6-1.36.1.i586",
"product_id": "php74-odbc-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-opcache-7.4.6-1.36.1.i586",
"product": {
"name": "php74-opcache-7.4.6-1.36.1.i586",
"product_id": "php74-opcache-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-openssl-7.4.6-1.36.1.i586",
"product": {
"name": "php74-openssl-7.4.6-1.36.1.i586",
"product_id": "php74-openssl-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-pcntl-7.4.6-1.36.1.i586",
"product": {
"name": "php74-pcntl-7.4.6-1.36.1.i586",
"product_id": "php74-pcntl-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-pdo-7.4.6-1.36.1.i586",
"product": {
"name": "php74-pdo-7.4.6-1.36.1.i586",
"product_id": "php74-pdo-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-pgsql-7.4.6-1.36.1.i586",
"product": {
"name": "php74-pgsql-7.4.6-1.36.1.i586",
"product_id": "php74-pgsql-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-phar-7.4.6-1.36.1.i586",
"product": {
"name": "php74-phar-7.4.6-1.36.1.i586",
"product_id": "php74-phar-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-posix-7.4.6-1.36.1.i586",
"product": {
"name": "php74-posix-7.4.6-1.36.1.i586",
"product_id": "php74-posix-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-readline-7.4.6-1.36.1.i586",
"product": {
"name": "php74-readline-7.4.6-1.36.1.i586",
"product_id": "php74-readline-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-shmop-7.4.6-1.36.1.i586",
"product": {
"name": "php74-shmop-7.4.6-1.36.1.i586",
"product_id": "php74-shmop-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-snmp-7.4.6-1.36.1.i586",
"product": {
"name": "php74-snmp-7.4.6-1.36.1.i586",
"product_id": "php74-snmp-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-soap-7.4.6-1.36.1.i586",
"product": {
"name": "php74-soap-7.4.6-1.36.1.i586",
"product_id": "php74-soap-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-sockets-7.4.6-1.36.1.i586",
"product": {
"name": "php74-sockets-7.4.6-1.36.1.i586",
"product_id": "php74-sockets-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-sodium-7.4.6-1.36.1.i586",
"product": {
"name": "php74-sodium-7.4.6-1.36.1.i586",
"product_id": "php74-sodium-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-sqlite-7.4.6-1.36.1.i586",
"product": {
"name": "php74-sqlite-7.4.6-1.36.1.i586",
"product_id": "php74-sqlite-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-sysvmsg-7.4.6-1.36.1.i586",
"product": {
"name": "php74-sysvmsg-7.4.6-1.36.1.i586",
"product_id": "php74-sysvmsg-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-sysvsem-7.4.6-1.36.1.i586",
"product": {
"name": "php74-sysvsem-7.4.6-1.36.1.i586",
"product_id": "php74-sysvsem-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-sysvshm-7.4.6-1.36.1.i586",
"product": {
"name": "php74-sysvshm-7.4.6-1.36.1.i586",
"product_id": "php74-sysvshm-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-test-7.4.6-1.36.1.i586",
"product": {
"name": "php74-test-7.4.6-1.36.1.i586",
"product_id": "php74-test-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-tidy-7.4.6-1.36.1.i586",
"product": {
"name": "php74-tidy-7.4.6-1.36.1.i586",
"product_id": "php74-tidy-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-tokenizer-7.4.6-1.36.1.i586",
"product": {
"name": "php74-tokenizer-7.4.6-1.36.1.i586",
"product_id": "php74-tokenizer-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-xmlreader-7.4.6-1.36.1.i586",
"product": {
"name": "php74-xmlreader-7.4.6-1.36.1.i586",
"product_id": "php74-xmlreader-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-xmlrpc-7.4.6-1.36.1.i586",
"product": {
"name": "php74-xmlrpc-7.4.6-1.36.1.i586",
"product_id": "php74-xmlrpc-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-xmlwriter-7.4.6-1.36.1.i586",
"product": {
"name": "php74-xmlwriter-7.4.6-1.36.1.i586",
"product_id": "php74-xmlwriter-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-xsl-7.4.6-1.36.1.i586",
"product": {
"name": "php74-xsl-7.4.6-1.36.1.i586",
"product_id": "php74-xsl-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-zip-7.4.6-1.36.1.i586",
"product": {
"name": "php74-zip-7.4.6-1.36.1.i586",
"product_id": "php74-zip-7.4.6-1.36.1.i586"
}
},
{
"category": "product_version",
"name": "php74-zlib-7.4.6-1.36.1.i586",
"product": {
"name": "php74-zlib-7.4.6-1.36.1.i586",
"product_id": "php74-zlib-7.4.6-1.36.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php74-7.4.6-1.36.1.ppc64le",
"product": {
"name": "apache2-mod_php74-7.4.6-1.36.1.ppc64le",
"product_id": "apache2-mod_php74-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-7.4.6-1.36.1.ppc64le",
"product_id": "php74-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-bcmath-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-bcmath-7.4.6-1.36.1.ppc64le",
"product_id": "php74-bcmath-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-bz2-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-bz2-7.4.6-1.36.1.ppc64le",
"product_id": "php74-bz2-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-calendar-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-calendar-7.4.6-1.36.1.ppc64le",
"product_id": "php74-calendar-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-ctype-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-ctype-7.4.6-1.36.1.ppc64le",
"product_id": "php74-ctype-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-curl-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-curl-7.4.6-1.36.1.ppc64le",
"product_id": "php74-curl-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-dba-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-dba-7.4.6-1.36.1.ppc64le",
"product_id": "php74-dba-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-devel-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-devel-7.4.6-1.36.1.ppc64le",
"product_id": "php74-devel-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-dom-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-dom-7.4.6-1.36.1.ppc64le",
"product_id": "php74-dom-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-embed-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-embed-7.4.6-1.36.1.ppc64le",
"product_id": "php74-embed-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-enchant-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-enchant-7.4.6-1.36.1.ppc64le",
"product_id": "php74-enchant-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-exif-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-exif-7.4.6-1.36.1.ppc64le",
"product_id": "php74-exif-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-fastcgi-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-fastcgi-7.4.6-1.36.1.ppc64le",
"product_id": "php74-fastcgi-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-fileinfo-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-fileinfo-7.4.6-1.36.1.ppc64le",
"product_id": "php74-fileinfo-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-firebird-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-firebird-7.4.6-1.36.1.ppc64le",
"product_id": "php74-firebird-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-fpm-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-fpm-7.4.6-1.36.1.ppc64le",
"product_id": "php74-fpm-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-ftp-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-ftp-7.4.6-1.36.1.ppc64le",
"product_id": "php74-ftp-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-gd-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-gd-7.4.6-1.36.1.ppc64le",
"product_id": "php74-gd-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-gettext-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-gettext-7.4.6-1.36.1.ppc64le",
"product_id": "php74-gettext-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-gmp-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-gmp-7.4.6-1.36.1.ppc64le",
"product_id": "php74-gmp-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-iconv-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-iconv-7.4.6-1.36.1.ppc64le",
"product_id": "php74-iconv-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-intl-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-intl-7.4.6-1.36.1.ppc64le",
"product_id": "php74-intl-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-json-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-json-7.4.6-1.36.1.ppc64le",
"product_id": "php74-json-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-ldap-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-ldap-7.4.6-1.36.1.ppc64le",
"product_id": "php74-ldap-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-mbstring-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-mbstring-7.4.6-1.36.1.ppc64le",
"product_id": "php74-mbstring-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-mysql-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-mysql-7.4.6-1.36.1.ppc64le",
"product_id": "php74-mysql-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-odbc-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-odbc-7.4.6-1.36.1.ppc64le",
"product_id": "php74-odbc-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-opcache-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-opcache-7.4.6-1.36.1.ppc64le",
"product_id": "php74-opcache-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-openssl-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-openssl-7.4.6-1.36.1.ppc64le",
"product_id": "php74-openssl-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-pcntl-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-pcntl-7.4.6-1.36.1.ppc64le",
"product_id": "php74-pcntl-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-pdo-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-pdo-7.4.6-1.36.1.ppc64le",
"product_id": "php74-pdo-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-pgsql-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-pgsql-7.4.6-1.36.1.ppc64le",
"product_id": "php74-pgsql-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-phar-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-phar-7.4.6-1.36.1.ppc64le",
"product_id": "php74-phar-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-posix-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-posix-7.4.6-1.36.1.ppc64le",
"product_id": "php74-posix-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-readline-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-readline-7.4.6-1.36.1.ppc64le",
"product_id": "php74-readline-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-shmop-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-shmop-7.4.6-1.36.1.ppc64le",
"product_id": "php74-shmop-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-snmp-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-snmp-7.4.6-1.36.1.ppc64le",
"product_id": "php74-snmp-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-soap-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-soap-7.4.6-1.36.1.ppc64le",
"product_id": "php74-soap-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-sockets-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-sockets-7.4.6-1.36.1.ppc64le",
"product_id": "php74-sockets-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-sodium-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-sodium-7.4.6-1.36.1.ppc64le",
"product_id": "php74-sodium-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-sqlite-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-sqlite-7.4.6-1.36.1.ppc64le",
"product_id": "php74-sqlite-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-sysvmsg-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-sysvmsg-7.4.6-1.36.1.ppc64le",
"product_id": "php74-sysvmsg-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-sysvsem-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-sysvsem-7.4.6-1.36.1.ppc64le",
"product_id": "php74-sysvsem-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-sysvshm-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-sysvshm-7.4.6-1.36.1.ppc64le",
"product_id": "php74-sysvshm-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-test-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-test-7.4.6-1.36.1.ppc64le",
"product_id": "php74-test-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-tidy-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-tidy-7.4.6-1.36.1.ppc64le",
"product_id": "php74-tidy-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-tokenizer-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-tokenizer-7.4.6-1.36.1.ppc64le",
"product_id": "php74-tokenizer-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-xmlreader-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-xmlreader-7.4.6-1.36.1.ppc64le",
"product_id": "php74-xmlreader-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-xmlrpc-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-xmlrpc-7.4.6-1.36.1.ppc64le",
"product_id": "php74-xmlrpc-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-xmlwriter-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-xmlwriter-7.4.6-1.36.1.ppc64le",
"product_id": "php74-xmlwriter-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-xsl-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-xsl-7.4.6-1.36.1.ppc64le",
"product_id": "php74-xsl-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-zip-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-zip-7.4.6-1.36.1.ppc64le",
"product_id": "php74-zip-7.4.6-1.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php74-zlib-7.4.6-1.36.1.ppc64le",
"product": {
"name": "php74-zlib-7.4.6-1.36.1.ppc64le",
"product_id": "php74-zlib-7.4.6-1.36.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php74-7.4.6-1.36.1.s390",
"product": {
"name": "apache2-mod_php74-7.4.6-1.36.1.s390",
"product_id": "apache2-mod_php74-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-7.4.6-1.36.1.s390",
"product": {
"name": "php74-7.4.6-1.36.1.s390",
"product_id": "php74-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-bcmath-7.4.6-1.36.1.s390",
"product": {
"name": "php74-bcmath-7.4.6-1.36.1.s390",
"product_id": "php74-bcmath-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-bz2-7.4.6-1.36.1.s390",
"product": {
"name": "php74-bz2-7.4.6-1.36.1.s390",
"product_id": "php74-bz2-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-calendar-7.4.6-1.36.1.s390",
"product": {
"name": "php74-calendar-7.4.6-1.36.1.s390",
"product_id": "php74-calendar-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-ctype-7.4.6-1.36.1.s390",
"product": {
"name": "php74-ctype-7.4.6-1.36.1.s390",
"product_id": "php74-ctype-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-curl-7.4.6-1.36.1.s390",
"product": {
"name": "php74-curl-7.4.6-1.36.1.s390",
"product_id": "php74-curl-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-dba-7.4.6-1.36.1.s390",
"product": {
"name": "php74-dba-7.4.6-1.36.1.s390",
"product_id": "php74-dba-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-devel-7.4.6-1.36.1.s390",
"product": {
"name": "php74-devel-7.4.6-1.36.1.s390",
"product_id": "php74-devel-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-dom-7.4.6-1.36.1.s390",
"product": {
"name": "php74-dom-7.4.6-1.36.1.s390",
"product_id": "php74-dom-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-embed-7.4.6-1.36.1.s390",
"product": {
"name": "php74-embed-7.4.6-1.36.1.s390",
"product_id": "php74-embed-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-enchant-7.4.6-1.36.1.s390",
"product": {
"name": "php74-enchant-7.4.6-1.36.1.s390",
"product_id": "php74-enchant-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-exif-7.4.6-1.36.1.s390",
"product": {
"name": "php74-exif-7.4.6-1.36.1.s390",
"product_id": "php74-exif-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-fastcgi-7.4.6-1.36.1.s390",
"product": {
"name": "php74-fastcgi-7.4.6-1.36.1.s390",
"product_id": "php74-fastcgi-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-fileinfo-7.4.6-1.36.1.s390",
"product": {
"name": "php74-fileinfo-7.4.6-1.36.1.s390",
"product_id": "php74-fileinfo-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-firebird-7.4.6-1.36.1.s390",
"product": {
"name": "php74-firebird-7.4.6-1.36.1.s390",
"product_id": "php74-firebird-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-fpm-7.4.6-1.36.1.s390",
"product": {
"name": "php74-fpm-7.4.6-1.36.1.s390",
"product_id": "php74-fpm-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-ftp-7.4.6-1.36.1.s390",
"product": {
"name": "php74-ftp-7.4.6-1.36.1.s390",
"product_id": "php74-ftp-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-gd-7.4.6-1.36.1.s390",
"product": {
"name": "php74-gd-7.4.6-1.36.1.s390",
"product_id": "php74-gd-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-gettext-7.4.6-1.36.1.s390",
"product": {
"name": "php74-gettext-7.4.6-1.36.1.s390",
"product_id": "php74-gettext-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-gmp-7.4.6-1.36.1.s390",
"product": {
"name": "php74-gmp-7.4.6-1.36.1.s390",
"product_id": "php74-gmp-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-iconv-7.4.6-1.36.1.s390",
"product": {
"name": "php74-iconv-7.4.6-1.36.1.s390",
"product_id": "php74-iconv-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-intl-7.4.6-1.36.1.s390",
"product": {
"name": "php74-intl-7.4.6-1.36.1.s390",
"product_id": "php74-intl-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-json-7.4.6-1.36.1.s390",
"product": {
"name": "php74-json-7.4.6-1.36.1.s390",
"product_id": "php74-json-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-ldap-7.4.6-1.36.1.s390",
"product": {
"name": "php74-ldap-7.4.6-1.36.1.s390",
"product_id": "php74-ldap-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-mbstring-7.4.6-1.36.1.s390",
"product": {
"name": "php74-mbstring-7.4.6-1.36.1.s390",
"product_id": "php74-mbstring-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-mysql-7.4.6-1.36.1.s390",
"product": {
"name": "php74-mysql-7.4.6-1.36.1.s390",
"product_id": "php74-mysql-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-odbc-7.4.6-1.36.1.s390",
"product": {
"name": "php74-odbc-7.4.6-1.36.1.s390",
"product_id": "php74-odbc-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-opcache-7.4.6-1.36.1.s390",
"product": {
"name": "php74-opcache-7.4.6-1.36.1.s390",
"product_id": "php74-opcache-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-openssl-7.4.6-1.36.1.s390",
"product": {
"name": "php74-openssl-7.4.6-1.36.1.s390",
"product_id": "php74-openssl-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-pcntl-7.4.6-1.36.1.s390",
"product": {
"name": "php74-pcntl-7.4.6-1.36.1.s390",
"product_id": "php74-pcntl-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-pdo-7.4.6-1.36.1.s390",
"product": {
"name": "php74-pdo-7.4.6-1.36.1.s390",
"product_id": "php74-pdo-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-pgsql-7.4.6-1.36.1.s390",
"product": {
"name": "php74-pgsql-7.4.6-1.36.1.s390",
"product_id": "php74-pgsql-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-phar-7.4.6-1.36.1.s390",
"product": {
"name": "php74-phar-7.4.6-1.36.1.s390",
"product_id": "php74-phar-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-posix-7.4.6-1.36.1.s390",
"product": {
"name": "php74-posix-7.4.6-1.36.1.s390",
"product_id": "php74-posix-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-readline-7.4.6-1.36.1.s390",
"product": {
"name": "php74-readline-7.4.6-1.36.1.s390",
"product_id": "php74-readline-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-shmop-7.4.6-1.36.1.s390",
"product": {
"name": "php74-shmop-7.4.6-1.36.1.s390",
"product_id": "php74-shmop-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-snmp-7.4.6-1.36.1.s390",
"product": {
"name": "php74-snmp-7.4.6-1.36.1.s390",
"product_id": "php74-snmp-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-soap-7.4.6-1.36.1.s390",
"product": {
"name": "php74-soap-7.4.6-1.36.1.s390",
"product_id": "php74-soap-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-sockets-7.4.6-1.36.1.s390",
"product": {
"name": "php74-sockets-7.4.6-1.36.1.s390",
"product_id": "php74-sockets-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-sodium-7.4.6-1.36.1.s390",
"product": {
"name": "php74-sodium-7.4.6-1.36.1.s390",
"product_id": "php74-sodium-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-sqlite-7.4.6-1.36.1.s390",
"product": {
"name": "php74-sqlite-7.4.6-1.36.1.s390",
"product_id": "php74-sqlite-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-sysvmsg-7.4.6-1.36.1.s390",
"product": {
"name": "php74-sysvmsg-7.4.6-1.36.1.s390",
"product_id": "php74-sysvmsg-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-sysvsem-7.4.6-1.36.1.s390",
"product": {
"name": "php74-sysvsem-7.4.6-1.36.1.s390",
"product_id": "php74-sysvsem-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-sysvshm-7.4.6-1.36.1.s390",
"product": {
"name": "php74-sysvshm-7.4.6-1.36.1.s390",
"product_id": "php74-sysvshm-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-test-7.4.6-1.36.1.s390",
"product": {
"name": "php74-test-7.4.6-1.36.1.s390",
"product_id": "php74-test-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-tidy-7.4.6-1.36.1.s390",
"product": {
"name": "php74-tidy-7.4.6-1.36.1.s390",
"product_id": "php74-tidy-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-tokenizer-7.4.6-1.36.1.s390",
"product": {
"name": "php74-tokenizer-7.4.6-1.36.1.s390",
"product_id": "php74-tokenizer-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-xmlreader-7.4.6-1.36.1.s390",
"product": {
"name": "php74-xmlreader-7.4.6-1.36.1.s390",
"product_id": "php74-xmlreader-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-xmlrpc-7.4.6-1.36.1.s390",
"product": {
"name": "php74-xmlrpc-7.4.6-1.36.1.s390",
"product_id": "php74-xmlrpc-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-xmlwriter-7.4.6-1.36.1.s390",
"product": {
"name": "php74-xmlwriter-7.4.6-1.36.1.s390",
"product_id": "php74-xmlwriter-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-xsl-7.4.6-1.36.1.s390",
"product": {
"name": "php74-xsl-7.4.6-1.36.1.s390",
"product_id": "php74-xsl-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-zip-7.4.6-1.36.1.s390",
"product": {
"name": "php74-zip-7.4.6-1.36.1.s390",
"product_id": "php74-zip-7.4.6-1.36.1.s390"
}
},
{
"category": "product_version",
"name": "php74-zlib-7.4.6-1.36.1.s390",
"product": {
"name": "php74-zlib-7.4.6-1.36.1.s390",
"product_id": "php74-zlib-7.4.6-1.36.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php74-7.4.6-1.36.1.s390x",
"product": {
"name": "apache2-mod_php74-7.4.6-1.36.1.s390x",
"product_id": "apache2-mod_php74-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-7.4.6-1.36.1.s390x",
"product_id": "php74-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-bcmath-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-bcmath-7.4.6-1.36.1.s390x",
"product_id": "php74-bcmath-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-bz2-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-bz2-7.4.6-1.36.1.s390x",
"product_id": "php74-bz2-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-calendar-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-calendar-7.4.6-1.36.1.s390x",
"product_id": "php74-calendar-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-ctype-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-ctype-7.4.6-1.36.1.s390x",
"product_id": "php74-ctype-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-curl-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-curl-7.4.6-1.36.1.s390x",
"product_id": "php74-curl-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-dba-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-dba-7.4.6-1.36.1.s390x",
"product_id": "php74-dba-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-devel-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-devel-7.4.6-1.36.1.s390x",
"product_id": "php74-devel-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-dom-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-dom-7.4.6-1.36.1.s390x",
"product_id": "php74-dom-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-embed-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-embed-7.4.6-1.36.1.s390x",
"product_id": "php74-embed-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-enchant-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-enchant-7.4.6-1.36.1.s390x",
"product_id": "php74-enchant-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-exif-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-exif-7.4.6-1.36.1.s390x",
"product_id": "php74-exif-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-fastcgi-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-fastcgi-7.4.6-1.36.1.s390x",
"product_id": "php74-fastcgi-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-fileinfo-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-fileinfo-7.4.6-1.36.1.s390x",
"product_id": "php74-fileinfo-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-firebird-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-firebird-7.4.6-1.36.1.s390x",
"product_id": "php74-firebird-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-fpm-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-fpm-7.4.6-1.36.1.s390x",
"product_id": "php74-fpm-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-ftp-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-ftp-7.4.6-1.36.1.s390x",
"product_id": "php74-ftp-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-gd-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-gd-7.4.6-1.36.1.s390x",
"product_id": "php74-gd-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-gettext-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-gettext-7.4.6-1.36.1.s390x",
"product_id": "php74-gettext-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-gmp-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-gmp-7.4.6-1.36.1.s390x",
"product_id": "php74-gmp-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-iconv-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-iconv-7.4.6-1.36.1.s390x",
"product_id": "php74-iconv-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-intl-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-intl-7.4.6-1.36.1.s390x",
"product_id": "php74-intl-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-json-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-json-7.4.6-1.36.1.s390x",
"product_id": "php74-json-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-ldap-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-ldap-7.4.6-1.36.1.s390x",
"product_id": "php74-ldap-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-mbstring-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-mbstring-7.4.6-1.36.1.s390x",
"product_id": "php74-mbstring-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-mysql-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-mysql-7.4.6-1.36.1.s390x",
"product_id": "php74-mysql-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-odbc-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-odbc-7.4.6-1.36.1.s390x",
"product_id": "php74-odbc-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-opcache-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-opcache-7.4.6-1.36.1.s390x",
"product_id": "php74-opcache-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-openssl-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-openssl-7.4.6-1.36.1.s390x",
"product_id": "php74-openssl-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-pcntl-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-pcntl-7.4.6-1.36.1.s390x",
"product_id": "php74-pcntl-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-pdo-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-pdo-7.4.6-1.36.1.s390x",
"product_id": "php74-pdo-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-pgsql-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-pgsql-7.4.6-1.36.1.s390x",
"product_id": "php74-pgsql-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-phar-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-phar-7.4.6-1.36.1.s390x",
"product_id": "php74-phar-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-posix-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-posix-7.4.6-1.36.1.s390x",
"product_id": "php74-posix-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-readline-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-readline-7.4.6-1.36.1.s390x",
"product_id": "php74-readline-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-shmop-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-shmop-7.4.6-1.36.1.s390x",
"product_id": "php74-shmop-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-snmp-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-snmp-7.4.6-1.36.1.s390x",
"product_id": "php74-snmp-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-soap-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-soap-7.4.6-1.36.1.s390x",
"product_id": "php74-soap-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-sockets-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-sockets-7.4.6-1.36.1.s390x",
"product_id": "php74-sockets-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-sodium-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-sodium-7.4.6-1.36.1.s390x",
"product_id": "php74-sodium-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-sqlite-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-sqlite-7.4.6-1.36.1.s390x",
"product_id": "php74-sqlite-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-sysvmsg-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-sysvmsg-7.4.6-1.36.1.s390x",
"product_id": "php74-sysvmsg-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-sysvsem-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-sysvsem-7.4.6-1.36.1.s390x",
"product_id": "php74-sysvsem-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-sysvshm-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-sysvshm-7.4.6-1.36.1.s390x",
"product_id": "php74-sysvshm-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-test-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-test-7.4.6-1.36.1.s390x",
"product_id": "php74-test-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-tidy-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-tidy-7.4.6-1.36.1.s390x",
"product_id": "php74-tidy-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-tokenizer-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-tokenizer-7.4.6-1.36.1.s390x",
"product_id": "php74-tokenizer-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-xmlreader-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-xmlreader-7.4.6-1.36.1.s390x",
"product_id": "php74-xmlreader-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-xmlrpc-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-xmlrpc-7.4.6-1.36.1.s390x",
"product_id": "php74-xmlrpc-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-xmlwriter-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-xmlwriter-7.4.6-1.36.1.s390x",
"product_id": "php74-xmlwriter-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-xsl-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-xsl-7.4.6-1.36.1.s390x",
"product_id": "php74-xsl-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-zip-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-zip-7.4.6-1.36.1.s390x",
"product_id": "php74-zip-7.4.6-1.36.1.s390x"
}
},
{
"category": "product_version",
"name": "php74-zlib-7.4.6-1.36.1.s390x",
"product": {
"name": "php74-zlib-7.4.6-1.36.1.s390x",
"product_id": "php74-zlib-7.4.6-1.36.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php74-7.4.6-1.36.1.x86_64",
"product": {
"name": "apache2-mod_php74-7.4.6-1.36.1.x86_64",
"product_id": "apache2-mod_php74-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-7.4.6-1.36.1.x86_64",
"product_id": "php74-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-bcmath-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-bcmath-7.4.6-1.36.1.x86_64",
"product_id": "php74-bcmath-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-bz2-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-bz2-7.4.6-1.36.1.x86_64",
"product_id": "php74-bz2-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-calendar-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-calendar-7.4.6-1.36.1.x86_64",
"product_id": "php74-calendar-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-ctype-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-ctype-7.4.6-1.36.1.x86_64",
"product_id": "php74-ctype-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-curl-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-curl-7.4.6-1.36.1.x86_64",
"product_id": "php74-curl-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-dba-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-dba-7.4.6-1.36.1.x86_64",
"product_id": "php74-dba-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-devel-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-devel-7.4.6-1.36.1.x86_64",
"product_id": "php74-devel-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-dom-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-dom-7.4.6-1.36.1.x86_64",
"product_id": "php74-dom-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-embed-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-embed-7.4.6-1.36.1.x86_64",
"product_id": "php74-embed-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-enchant-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-enchant-7.4.6-1.36.1.x86_64",
"product_id": "php74-enchant-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-exif-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-exif-7.4.6-1.36.1.x86_64",
"product_id": "php74-exif-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-fastcgi-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-fastcgi-7.4.6-1.36.1.x86_64",
"product_id": "php74-fastcgi-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-fileinfo-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-fileinfo-7.4.6-1.36.1.x86_64",
"product_id": "php74-fileinfo-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-firebird-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-firebird-7.4.6-1.36.1.x86_64",
"product_id": "php74-firebird-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-fpm-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-fpm-7.4.6-1.36.1.x86_64",
"product_id": "php74-fpm-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-ftp-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-ftp-7.4.6-1.36.1.x86_64",
"product_id": "php74-ftp-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-gd-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-gd-7.4.6-1.36.1.x86_64",
"product_id": "php74-gd-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-gettext-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-gettext-7.4.6-1.36.1.x86_64",
"product_id": "php74-gettext-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-gmp-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-gmp-7.4.6-1.36.1.x86_64",
"product_id": "php74-gmp-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-iconv-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-iconv-7.4.6-1.36.1.x86_64",
"product_id": "php74-iconv-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-intl-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-intl-7.4.6-1.36.1.x86_64",
"product_id": "php74-intl-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-json-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-json-7.4.6-1.36.1.x86_64",
"product_id": "php74-json-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-ldap-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-ldap-7.4.6-1.36.1.x86_64",
"product_id": "php74-ldap-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-mbstring-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-mbstring-7.4.6-1.36.1.x86_64",
"product_id": "php74-mbstring-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-mysql-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-mysql-7.4.6-1.36.1.x86_64",
"product_id": "php74-mysql-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-odbc-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-odbc-7.4.6-1.36.1.x86_64",
"product_id": "php74-odbc-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-opcache-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-opcache-7.4.6-1.36.1.x86_64",
"product_id": "php74-opcache-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-openssl-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-openssl-7.4.6-1.36.1.x86_64",
"product_id": "php74-openssl-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-pcntl-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-pcntl-7.4.6-1.36.1.x86_64",
"product_id": "php74-pcntl-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-pdo-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-pdo-7.4.6-1.36.1.x86_64",
"product_id": "php74-pdo-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-pgsql-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-pgsql-7.4.6-1.36.1.x86_64",
"product_id": "php74-pgsql-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-phar-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-phar-7.4.6-1.36.1.x86_64",
"product_id": "php74-phar-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-posix-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-posix-7.4.6-1.36.1.x86_64",
"product_id": "php74-posix-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-readline-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-readline-7.4.6-1.36.1.x86_64",
"product_id": "php74-readline-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-shmop-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-shmop-7.4.6-1.36.1.x86_64",
"product_id": "php74-shmop-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-snmp-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-snmp-7.4.6-1.36.1.x86_64",
"product_id": "php74-snmp-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-soap-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-soap-7.4.6-1.36.1.x86_64",
"product_id": "php74-soap-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-sockets-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-sockets-7.4.6-1.36.1.x86_64",
"product_id": "php74-sockets-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-sodium-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-sodium-7.4.6-1.36.1.x86_64",
"product_id": "php74-sodium-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-sqlite-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-sqlite-7.4.6-1.36.1.x86_64",
"product_id": "php74-sqlite-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-sysvmsg-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-sysvmsg-7.4.6-1.36.1.x86_64",
"product_id": "php74-sysvmsg-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-sysvsem-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-sysvsem-7.4.6-1.36.1.x86_64",
"product_id": "php74-sysvsem-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-sysvshm-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-sysvshm-7.4.6-1.36.1.x86_64",
"product_id": "php74-sysvshm-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-test-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-test-7.4.6-1.36.1.x86_64",
"product_id": "php74-test-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-tidy-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-tidy-7.4.6-1.36.1.x86_64",
"product_id": "php74-tidy-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-tokenizer-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-tokenizer-7.4.6-1.36.1.x86_64",
"product_id": "php74-tokenizer-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-xmlreader-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-xmlreader-7.4.6-1.36.1.x86_64",
"product_id": "php74-xmlreader-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-xmlrpc-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-xmlrpc-7.4.6-1.36.1.x86_64",
"product_id": "php74-xmlrpc-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-xmlwriter-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-xmlwriter-7.4.6-1.36.1.x86_64",
"product_id": "php74-xmlwriter-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-xsl-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-xsl-7.4.6-1.36.1.x86_64",
"product_id": "php74-xsl-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-zip-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-zip-7.4.6-1.36.1.x86_64",
"product_id": "php74-zip-7.4.6-1.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "php74-zlib-7.4.6-1.36.1.x86_64",
"product": {
"name": "php74-zlib-7.4.6-1.36.1.x86_64",
"product_id": "php74-zlib-7.4.6-1.36.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:12"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-sdk:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php74-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.6-1.36.1.aarch64"
},
"product_reference": "apache2-mod_php74-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php74-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.6-1.36.1.ppc64le"
},
"product_reference": "apache2-mod_php74-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php74-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.6-1.36.1.s390x"
},
"product_reference": "apache2-mod_php74-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php74-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.6-1.36.1.x86_64"
},
"product_reference": "apache2-mod_php74-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-bcmath-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-bcmath-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-bcmath-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-bcmath-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-bcmath-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-bcmath-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-bcmath-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-bcmath-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-bz2-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-bz2-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-bz2-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-bz2-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-bz2-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-bz2-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-bz2-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-bz2-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-calendar-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-calendar-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-calendar-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-calendar-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-calendar-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-calendar-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-calendar-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-calendar-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-ctype-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-ctype-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-ctype-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-ctype-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-ctype-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-ctype-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-ctype-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-ctype-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-curl-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-curl-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-curl-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-curl-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-curl-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-curl-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-curl-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-curl-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-dba-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-dba-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-dba-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-dba-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-dba-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-dba-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-dba-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-dba-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-dom-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-dom-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-dom-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-dom-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-dom-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-dom-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-dom-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-dom-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-enchant-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-enchant-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-enchant-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-enchant-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-enchant-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-enchant-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-enchant-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-enchant-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-exif-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-exif-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-exif-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-exif-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-exif-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-exif-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-exif-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-exif-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-fastcgi-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-fastcgi-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-fastcgi-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-fastcgi-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-fastcgi-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-fastcgi-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-fastcgi-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-fastcgi-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-fileinfo-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-fileinfo-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-fileinfo-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-fileinfo-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-fileinfo-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-fileinfo-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-fileinfo-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-fileinfo-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-fpm-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-fpm-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-fpm-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-fpm-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-fpm-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-fpm-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-fpm-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-fpm-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-ftp-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-ftp-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-ftp-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-ftp-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-ftp-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-ftp-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-ftp-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-ftp-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-gd-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-gd-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-gd-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-gd-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-gd-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-gd-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-gd-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-gd-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-gettext-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-gettext-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-gettext-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-gettext-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-gettext-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-gettext-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-gettext-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-gettext-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-gmp-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-gmp-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-gmp-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-gmp-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-gmp-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-gmp-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-gmp-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-gmp-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-iconv-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-iconv-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-iconv-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-iconv-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-iconv-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-iconv-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-iconv-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-iconv-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-intl-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-intl-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-intl-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-intl-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-intl-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-intl-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-intl-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-intl-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-json-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-json-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-json-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-json-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-json-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-json-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-json-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-json-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-ldap-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-ldap-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-ldap-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-ldap-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-ldap-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-ldap-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-ldap-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-ldap-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-mbstring-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-mbstring-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-mbstring-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-mbstring-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-mbstring-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-mbstring-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-mbstring-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-mbstring-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-mysql-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-mysql-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-mysql-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-mysql-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-mysql-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-mysql-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-mysql-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-mysql-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-odbc-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-odbc-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-odbc-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-odbc-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-odbc-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-odbc-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-odbc-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-odbc-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-opcache-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-opcache-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-opcache-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-opcache-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-opcache-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-opcache-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-opcache-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-opcache-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-openssl-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-openssl-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-openssl-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-openssl-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-openssl-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-openssl-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-openssl-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-openssl-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-pcntl-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-pcntl-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-pcntl-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-pcntl-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-pcntl-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-pcntl-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-pcntl-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-pcntl-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-pdo-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-pdo-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-pdo-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-pdo-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-pdo-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-pdo-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-pdo-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-pdo-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-pgsql-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-pgsql-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-pgsql-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-pgsql-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-pgsql-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-pgsql-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-pgsql-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-pgsql-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-phar-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-phar-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-phar-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-phar-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-phar-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-phar-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-phar-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-phar-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-posix-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-posix-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-posix-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-posix-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-posix-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-posix-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-posix-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-posix-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-readline-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-readline-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-readline-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-readline-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-readline-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-readline-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-readline-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-readline-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-shmop-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-shmop-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-shmop-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-shmop-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-shmop-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-shmop-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-shmop-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-shmop-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-snmp-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-snmp-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-snmp-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-snmp-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-snmp-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-snmp-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-snmp-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-snmp-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-soap-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-soap-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-soap-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-soap-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-soap-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-soap-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-soap-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-soap-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sockets-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-sockets-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sockets-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-sockets-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sockets-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-sockets-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sockets-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-sockets-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sodium-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-sodium-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sodium-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-sodium-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sodium-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-sodium-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sodium-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-sodium-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sqlite-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-sqlite-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sqlite-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-sqlite-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sqlite-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-sqlite-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sqlite-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-sqlite-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sysvmsg-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-sysvmsg-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sysvmsg-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-sysvmsg-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sysvmsg-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-sysvmsg-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sysvmsg-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-sysvmsg-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sysvsem-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-sysvsem-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sysvsem-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-sysvsem-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sysvsem-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-sysvsem-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sysvsem-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-sysvsem-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sysvshm-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-sysvshm-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sysvshm-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-sysvshm-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sysvshm-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-sysvshm-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-sysvshm-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-sysvshm-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-tidy-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-tidy-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-tidy-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-tidy-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-tidy-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-tidy-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-tidy-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-tidy-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-tokenizer-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-tokenizer-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-tokenizer-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-tokenizer-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-tokenizer-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-tokenizer-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-tokenizer-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-tokenizer-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-xmlreader-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-xmlreader-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-xmlreader-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-xmlreader-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-xmlreader-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-xmlreader-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-xmlreader-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-xmlreader-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-xmlrpc-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-xmlrpc-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-xmlrpc-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-xmlrpc-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-xmlrpc-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-xmlrpc-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-xmlrpc-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-xmlrpc-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-xmlwriter-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-xmlwriter-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-xmlwriter-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-xmlwriter-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-xmlwriter-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-xmlwriter-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-xmlwriter-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-xmlwriter-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-xsl-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-xsl-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-xsl-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-xsl-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-xsl-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-xsl-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-xsl-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-xsl-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-zip-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-zip-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-zip-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-zip-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-zip-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-zip-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-zip-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-zip-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-zlib-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-zlib-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-zlib-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-zlib-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-zlib-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-zlib-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-zlib-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-zlib-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-devel-7.4.6-1.36.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.6-1.36.1.aarch64"
},
"product_reference": "php74-devel-7.4.6-1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-devel-7.4.6-1.36.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.6-1.36.1.ppc64le"
},
"product_reference": "php74-devel-7.4.6-1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-devel-7.4.6-1.36.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.6-1.36.1.s390x"
},
"product_reference": "php74-devel-7.4.6-1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php74-devel-7.4.6-1.36.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.6-1.36.1.x86_64"
},
"product_reference": "php74-devel-7.4.6-1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-21708",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21708"
}
],
"notes": [
{
"category": "general",
"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": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.6-1.36.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21708",
"url": "https://www.suse.com/security/cve/CVE-2021-21708"
},
{
"category": "external",
"summary": "SUSE Bug 1196252 for CVE-2021-21708",
"url": "https://bugzilla.suse.com/1196252"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.6-1.36.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.6-1.36.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.6-1.36.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.6-1.36.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.6-1.36.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.6-1.36.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-03-01T17:14:43Z",
"details": "moderate"
}
],
"title": "CVE-2021-21708"
}
]
}
suse-su-2022:4069-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for php7",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for php7 fixes the following issues:\n\n- Version update to 7.4.33:\n- CVE-2022-31630: Fixed out-of-bounds read due to insufficient input validation in imageloadfont() (bsc#1204979).\n- CVE-2022-37454: Fixed buffer overflow in hash_update() on long parameter (bsc#1204577).\n\n- Version update to 7.4.32 (jsc#SLE-23639)\n- CVE-2022-31628: Fixed an uncontrolled recursion in the phar uncompressor while decompressing \u0027quines\u0027 gzip files. (bsc#1203867)\n- CVE-2022-31629: Fixed a bug which could lead an attacker to set an insecure cookie that will treated as secure in the victim\u0027s browser. (bsc#1203870)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-4069,SUSE-SLE-Module-Packagehub-Subpackages-15-SP3-2022-4069,SUSE-SLE-Module-Web-Scripting-15-SP3-2022-4069,SUSE-SLE-Product-HPC-15-SP2-ESPOS-2022-4069,SUSE-SLE-Product-HPC-15-SP2-LTSS-2022-4069,SUSE-SLE-Product-SLES-15-SP2-BCL-2022-4069,SUSE-SLE-Product-SLES-15-SP2-LTSS-2022-4069,SUSE-SLE-Product-SLES_SAP-15-SP2-2022-4069,SUSE-SLE-Product-SUSE-Manager-Proxy-4.1-2022-4069,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.1-2022-4069,SUSE-SLE-Product-SUSE-Manager-Server-4.1-2022-4069,SUSE-Storage-7-2022-4069,openSUSE-SLE-15.3-2022-4069,openSUSE-SLE-15.4-2022-4069",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2022_4069-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:4069-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20224069-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:4069-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012985.html"
},
{
"category": "self",
"summary": "SUSE Bug 1203867",
"url": "https://bugzilla.suse.com/1203867"
},
{
"category": "self",
"summary": "SUSE Bug 1203870",
"url": "https://bugzilla.suse.com/1203870"
},
{
"category": "self",
"summary": "SUSE Bug 1204577",
"url": "https://bugzilla.suse.com/1204577"
},
{
"category": "self",
"summary": "SUSE Bug 1204979",
"url": "https://bugzilla.suse.com/1204979"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-8923 page",
"url": "https://www.suse.com/security/cve/CVE-2017-8923/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-7068 page",
"url": "https://www.suse.com/security/cve/CVE-2020-7068/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-7069 page",
"url": "https://www.suse.com/security/cve/CVE-2020-7069/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-7070 page",
"url": "https://www.suse.com/security/cve/CVE-2020-7070/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-7071 page",
"url": "https://www.suse.com/security/cve/CVE-2020-7071/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21702 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21702/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21703 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21703/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21704 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21704/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21705 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21705/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21706 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21706/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21707 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21707/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21708 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21708/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-31625 page",
"url": "https://www.suse.com/security/cve/CVE-2022-31625/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-31626 page",
"url": "https://www.suse.com/security/cve/CVE-2022-31626/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-31628 page",
"url": "https://www.suse.com/security/cve/CVE-2022-31628/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-31629 page",
"url": "https://www.suse.com/security/cve/CVE-2022-31629/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-31630 page",
"url": "https://www.suse.com/security/cve/CVE-2022-31630/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-37454 page",
"url": "https://www.suse.com/security/cve/CVE-2022-37454/"
}
],
"title": "Security update for php7",
"tracking": {
"current_release_date": "2022-11-18T10:56:52Z",
"generator": {
"date": "2022-11-18T10:56:52Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:4069-1",
"initial_release_date": "2022-11-18T10:56:52Z",
"revision_history": [
{
"date": "2022-11-18T10:56:52Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"product_id": "apache2-mod_php7-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-bcmath-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-bz2-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-bz2-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-calendar-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-calendar-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-ctype-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-ctype-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-curl-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-curl-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-dba-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-dba-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-devel-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-devel-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-dom-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-dom-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-embed-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-embed-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-enchant-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-enchant-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-exif-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-exif-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-fastcgi-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-fileinfo-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-firebird-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-firebird-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-firebird-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-fpm-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-fpm-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-ftp-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-ftp-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-gd-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-gd-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-gettext-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-gettext-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-gmp-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-gmp-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-iconv-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-iconv-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-intl-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-intl-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-json-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-json-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-ldap-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-ldap-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-mbstring-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-mysql-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-mysql-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-odbc-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-odbc-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-opcache-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-opcache-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-openssl-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-openssl-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-pcntl-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-pdo-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-pdo-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-pgsql-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-phar-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-phar-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-posix-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-posix-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-readline-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-readline-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-shmop-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-shmop-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-snmp-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-snmp-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-soap-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-soap-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-sockets-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-sockets-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-sodium-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-sodium-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-sqlite-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-sysvmsg-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-sysvsem-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-sysvshm-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-test-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-test-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-tidy-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-tidy-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-tokenizer-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-xmlreader-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-xmlrpc-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-xmlwriter-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-xsl-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-xsl-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-zip-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-zip-7.4.33-150200.3.46.2.aarch64"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150200.3.46.2.aarch64",
"product": {
"name": "php7-zlib-7.4.33-150200.3.46.2.aarch64",
"product_id": "php7-zlib-7.4.33-150200.3.46.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.i586",
"product": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.i586",
"product_id": "apache2-mod_php7-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-7.4.33-150200.3.46.2.i586",
"product_id": "php7-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.i586",
"product_id": "php7-bcmath-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-bz2-7.4.33-150200.3.46.2.i586",
"product_id": "php7-bz2-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-calendar-7.4.33-150200.3.46.2.i586",
"product_id": "php7-calendar-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-ctype-7.4.33-150200.3.46.2.i586",
"product_id": "php7-ctype-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-curl-7.4.33-150200.3.46.2.i586",
"product_id": "php7-curl-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-dba-7.4.33-150200.3.46.2.i586",
"product_id": "php7-dba-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-devel-7.4.33-150200.3.46.2.i586",
"product_id": "php7-devel-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-dom-7.4.33-150200.3.46.2.i586",
"product_id": "php7-dom-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-embed-7.4.33-150200.3.46.2.i586",
"product_id": "php7-embed-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-enchant-7.4.33-150200.3.46.2.i586",
"product_id": "php7-enchant-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-exif-7.4.33-150200.3.46.2.i586",
"product_id": "php7-exif-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.i586",
"product_id": "php7-fastcgi-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.i586",
"product_id": "php7-fileinfo-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-firebird-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-firebird-7.4.33-150200.3.46.2.i586",
"product_id": "php7-firebird-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-fpm-7.4.33-150200.3.46.2.i586",
"product_id": "php7-fpm-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-ftp-7.4.33-150200.3.46.2.i586",
"product_id": "php7-ftp-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-gd-7.4.33-150200.3.46.2.i586",
"product_id": "php7-gd-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-gettext-7.4.33-150200.3.46.2.i586",
"product_id": "php7-gettext-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-gmp-7.4.33-150200.3.46.2.i586",
"product_id": "php7-gmp-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-iconv-7.4.33-150200.3.46.2.i586",
"product_id": "php7-iconv-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-intl-7.4.33-150200.3.46.2.i586",
"product_id": "php7-intl-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-json-7.4.33-150200.3.46.2.i586",
"product_id": "php7-json-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-ldap-7.4.33-150200.3.46.2.i586",
"product_id": "php7-ldap-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.i586",
"product_id": "php7-mbstring-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-mysql-7.4.33-150200.3.46.2.i586",
"product_id": "php7-mysql-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-odbc-7.4.33-150200.3.46.2.i586",
"product_id": "php7-odbc-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-opcache-7.4.33-150200.3.46.2.i586",
"product_id": "php7-opcache-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-openssl-7.4.33-150200.3.46.2.i586",
"product_id": "php7-openssl-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.i586",
"product_id": "php7-pcntl-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-pdo-7.4.33-150200.3.46.2.i586",
"product_id": "php7-pdo-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.i586",
"product_id": "php7-pgsql-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-phar-7.4.33-150200.3.46.2.i586",
"product_id": "php7-phar-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-posix-7.4.33-150200.3.46.2.i586",
"product_id": "php7-posix-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-readline-7.4.33-150200.3.46.2.i586",
"product_id": "php7-readline-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-shmop-7.4.33-150200.3.46.2.i586",
"product_id": "php7-shmop-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-snmp-7.4.33-150200.3.46.2.i586",
"product_id": "php7-snmp-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-soap-7.4.33-150200.3.46.2.i586",
"product_id": "php7-soap-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-sockets-7.4.33-150200.3.46.2.i586",
"product_id": "php7-sockets-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-sodium-7.4.33-150200.3.46.2.i586",
"product_id": "php7-sodium-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.i586",
"product_id": "php7-sqlite-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.i586",
"product_id": "php7-sysvmsg-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.i586",
"product_id": "php7-sysvsem-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.i586",
"product_id": "php7-sysvshm-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-test-7.4.33-150200.3.46.2.i586",
"product_id": "php7-test-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-tidy-7.4.33-150200.3.46.2.i586",
"product_id": "php7-tidy-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.i586",
"product_id": "php7-tokenizer-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.i586",
"product_id": "php7-xmlreader-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.i586",
"product_id": "php7-xmlrpc-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.i586",
"product_id": "php7-xmlwriter-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-xsl-7.4.33-150200.3.46.2.i586",
"product_id": "php7-xsl-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-zip-7.4.33-150200.3.46.2.i586",
"product_id": "php7-zip-7.4.33-150200.3.46.2.i586"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150200.3.46.2.i586",
"product": {
"name": "php7-zlib-7.4.33-150200.3.46.2.i586",
"product_id": "php7-zlib-7.4.33-150200.3.46.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"product_id": "apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-bcmath-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-bz2-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-calendar-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-ctype-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-curl-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-curl-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-dba-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-dba-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-devel-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-devel-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-dom-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-dom-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-embed-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-embed-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-enchant-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-exif-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-exif-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-fastcgi-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-fileinfo-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-firebird-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-fpm-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-ftp-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-gd-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-gd-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-gettext-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-gmp-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-iconv-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-intl-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-intl-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-json-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-json-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-ldap-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-mbstring-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-mysql-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-odbc-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-opcache-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-openssl-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-pcntl-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-pdo-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-pgsql-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-phar-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-phar-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-posix-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-posix-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-readline-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-readline-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-shmop-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-snmp-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-soap-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-soap-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-sockets-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-sodium-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-sqlite-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-sysvsem-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-sysvshm-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-test-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-test-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-tidy-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-tokenizer-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-xmlreader-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-xsl-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-zip-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-zip-7.4.33-150200.3.46.2.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"product": {
"name": "php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"product_id": "php7-zlib-7.4.33-150200.3.46.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"product_id": "apache2-mod_php7-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-bcmath-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-bz2-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-bz2-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-calendar-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-calendar-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-ctype-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-ctype-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-curl-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-curl-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-dba-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-dba-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-devel-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-devel-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-dom-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-dom-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-embed-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-embed-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-enchant-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-enchant-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-exif-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-exif-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-fastcgi-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-fileinfo-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-firebird-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-firebird-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-firebird-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-fpm-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-fpm-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-ftp-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-ftp-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-gd-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-gd-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-gettext-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-gettext-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-gmp-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-gmp-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-iconv-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-iconv-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-intl-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-intl-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-json-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-json-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-ldap-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-ldap-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-mbstring-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-mysql-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-mysql-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-odbc-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-odbc-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-opcache-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-opcache-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-openssl-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-openssl-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-pcntl-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-pdo-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-pdo-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-pgsql-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-phar-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-phar-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-posix-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-posix-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-readline-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-readline-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-shmop-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-shmop-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-snmp-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-snmp-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-soap-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-soap-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-sockets-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-sockets-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-sodium-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-sodium-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-sqlite-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-sysvmsg-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-sysvsem-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-sysvshm-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-test-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-test-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-tidy-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-tidy-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-tokenizer-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-xmlreader-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-xmlrpc-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-xmlwriter-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-xsl-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-xsl-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-zip-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-zip-7.4.33-150200.3.46.2.s390x"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150200.3.46.2.s390x",
"product": {
"name": "php7-zlib-7.4.33-150200.3.46.2.s390x",
"product_id": "php7-zlib-7.4.33-150200.3.46.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"product_id": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-bcmath-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-bz2-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-bz2-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-calendar-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-calendar-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-ctype-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-ctype-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-curl-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-curl-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-dba-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-dba-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-devel-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-devel-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-dom-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-dom-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-embed-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-embed-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-enchant-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-enchant-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-exif-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-exif-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-firebird-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-firebird-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-firebird-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-fpm-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-fpm-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-ftp-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-ftp-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-gd-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-gd-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-gettext-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-gettext-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-gmp-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-gmp-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-iconv-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-iconv-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-intl-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-intl-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-json-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-json-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-ldap-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-ldap-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-mbstring-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-mysql-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-mysql-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-odbc-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-odbc-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-opcache-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-opcache-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-openssl-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-openssl-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-pcntl-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-pdo-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-pdo-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-pgsql-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-phar-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-phar-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-posix-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-posix-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-readline-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-readline-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-shmop-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-shmop-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-snmp-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-snmp-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-soap-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-soap-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-sockets-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-sockets-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-sodium-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-sodium-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-sqlite-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-test-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-test-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-tidy-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-tidy-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-xsl-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-xsl-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-zip-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-zip-7.4.33-150200.3.46.2.x86_64"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150200.3.46.2.x86_64",
"product": {
"name": "php7-zlib-7.4.33-150200.3.46.2.x86_64",
"product_id": "php7-zlib-7.4.33-150200.3.46.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_bcl:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.1",
"product": {
"name": "SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Retail Branch Server 4.1",
"product": {
"name": "SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-retail-branch-server:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.1",
"product": {
"name": "SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7",
"product": {
"name": "SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.3",
"product": {
"name": "openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.3"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-embed-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-embed-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-embed-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-embed-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-bcmath-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-bz2-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-calendar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-ctype-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-curl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-dba-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-devel-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-dom-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-enchant-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-exif-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-fastcgi-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-fileinfo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-fpm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-ftp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-gd-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-gettext-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-gmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-iconv-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-intl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-json-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-ldap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-mbstring-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-mysql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-odbc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-opcache-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-openssl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-pcntl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-pdo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-pgsql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-phar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-posix-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-readline-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-shmop-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-snmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-soap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-sockets-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-sodium-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-sqlite-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvsem-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvshm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-tidy-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-tokenizer-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlreader-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-xsl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-zip-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:php7-zlib-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-json-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-curl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dba-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-devel-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-dom-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-embed-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-embed-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-embed-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-embed-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-exif-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-firebird-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-firebird-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-firebird-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-firebird-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-firebird-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-firebird-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-firebird-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gd-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-intl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-json-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-phar-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-posix-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-readline-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-soap-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-test-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-test-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-test-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-test-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-test-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-test-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-test-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-test-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zip-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-firebird-7.4.33-150200.3.46.2.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.aarch64"
},
"product_reference": "php7-firebird-7.4.33-150200.3.46.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-firebird-7.4.33-150200.3.46.2.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.ppc64le"
},
"product_reference": "php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-firebird-7.4.33-150200.3.46.2.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.s390x"
},
"product_reference": "php7-firebird-7.4.33-150200.3.46.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-firebird-7.4.33-150200.3.46.2.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.x86_64"
},
"product_reference": "php7-firebird-7.4.33-150200.3.46.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2017-8923",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-8923"
}
],
"notes": [
{
"category": "general",
"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": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-8923",
"url": "https://www.suse.com/security/cve/CVE-2017-8923"
},
{
"category": "external",
"summary": "SUSE Bug 1038980 for CVE-2017-8923",
"url": "https://bugzilla.suse.com/1038980"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-11-18T10:56:52Z",
"details": "low"
}
],
"title": "CVE-2017-8923"
},
{
"cve": "CVE-2020-7068",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-7068"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 7.2.x below 7.2.33, 7.3.x below 7.3.21 and 7.4.x below 7.4.9, while processing PHAR files using phar extension, phar_parse_zipfile could be tricked into accessing freed memory, which could lead to a crash or information disclosure.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-7068",
"url": "https://www.suse.com/security/cve/CVE-2020-7068"
},
{
"category": "external",
"summary": "SUSE Bug 1175203 for CVE-2020-7068",
"url": "https://bugzilla.suse.com/1175203"
},
{
"category": "external",
"summary": "SUSE Bug 1175223 for CVE-2020-7068",
"url": "https://bugzilla.suse.com/1175223"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-11-18T10:56:52Z",
"details": "moderate"
}
],
"title": "CVE-2020-7068"
},
{
"cve": "CVE-2020-7069",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-7069"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 7.2.x below 7.2.34, 7.3.x below 7.3.23 and 7.4.x below 7.4.11, when AES-CCM mode is used with openssl_encrypt() function with 12 bytes IV, only first 7 bytes of the IV is actually used. This can lead to both decreased security and incorrect encryption data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-7069",
"url": "https://www.suse.com/security/cve/CVE-2020-7069"
},
{
"category": "external",
"summary": "SUSE Bug 1177351 for CVE-2020-7069",
"url": "https://bugzilla.suse.com/1177351"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.x86_64"
]
}
],
"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:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-11-18T10:56:52Z",
"details": "important"
}
],
"title": "CVE-2020-7069"
},
{
"cve": "CVE-2020-7070",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-7070"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 7.2.x below 7.2.34, 7.3.x below 7.3.23 and 7.4.x below 7.4.11, when PHP is processing incoming HTTP cookie values, the cookie names are url-decoded. This may lead to cookies with prefixes like __Host confused with cookies that decode to such prefix, thus leading to an attacker being able to forge cookie which is supposed to be secure. See also CVE-2020-8184 for more information.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-7070",
"url": "https://www.suse.com/security/cve/CVE-2020-7070"
},
{
"category": "external",
"summary": "SUSE Bug 1177352 for CVE-2020-7070",
"url": "https://bugzilla.suse.com/1177352"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-11-18T10:56:52Z",
"details": "moderate"
}
],
"title": "CVE-2020-7070"
},
{
"cve": "CVE-2020-7071",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-7071"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 7.3.x below 7.3.26, 7.4.x below 7.4.14 and 8.0.0, when validating URL with functions like filter_var($url, FILTER_VALIDATE_URL), PHP will accept an URL with invalid password as valid URL. This may lead to functions that rely on URL being valid to mis-parse the URL and produce wrong data as components of the URL.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-7071",
"url": "https://www.suse.com/security/cve/CVE-2020-7071"
},
{
"category": "external",
"summary": "SUSE Bug 1180706 for CVE-2020-7071",
"url": "https://bugzilla.suse.com/1180706"
},
{
"category": "external",
"summary": "SUSE Bug 1182049 for CVE-2020-7071",
"url": "https://bugzilla.suse.com/1182049"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Proxy 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.s390x",
"SUSE Manager Server 4.1:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-curl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dba-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-devel-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-dom-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-embed-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-exif-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-firebird-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gd-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-intl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-json-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-phar-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-posix-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-readline-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-soap-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-test-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zip-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.3:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.aarch64",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.ppc64le",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.s390x",
"openSUSE Leap 15.4:php7-firebird-7.4.33-150200.3.46.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-11-18T10:56:52Z",
"details": "moderate"
}
],
"title": "CVE-2020-7071"
},
{
"cve": "CVE-2021-21702",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21702"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 7.3.x below 7.3.27, 7.4.x below 7.4.15 and 8.0.x below 8.0.2, when using SOAP extension to connect to a SOAP server, a malicious SOAP server could return malformed XML data as a response that would cause PHP to access a null pointer and thus cause a crash.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Enterprise Storage 7:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-phar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-posix-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-readline-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-shmop-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-snmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-soap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sockets-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sodium-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sqlite-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvmsg-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvsem-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-sysvshm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tidy-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-tokenizer-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlreader-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlrpc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xmlwriter-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-xsl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zip-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:php7-zlib-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.46.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.46.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ph