Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-8927 (GCVE-0-2024-8927)
Vulnerability from cvelistv5 – Published: 2024-10-08 03:56 – Updated: 2025-11-03 22:33
VLAI
EPSS
Title
cgi.force_redirect configuration is bypassable due to the environment variable collision
Summary
In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, HTTP_REDIRECT_STATUS variable is used to check whether or not CGI binary is being run by the HTTP server. However, in certain scenarios, the content of this variable can be controlled by the request submitter via HTTP headers, which can lead to cgi.force_redirect option not being correctly applied. In certain configurations this may lead to arbitrary file inclusion in PHP.
Severity
7.5 (High)
CWE
- CWE-1220 - Insufficient Granularity of Access Control
Assigner
References
1 reference
Impacted products
Date Public
2024-09-27 17:50
Credits
Owen Gong
RyotaK
{
"containers": {
"adp": [
{
"affected": [
{
"cpes": [
"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "php",
"vendor": "php",
"versions": [
{
"lessThan": "8.1.30",
"status": "affected",
"version": "8.1.0",
"versionType": "semver"
},
{
"lessThan": "8.2.24",
"status": "affected",
"version": "8.2.0",
"versionType": "semver"
},
{
"lessThan": "8.3.12",
"status": "affected",
"version": "8.3.0",
"versionType": "semver"
}
]
}
],
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-8927",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-10-08T12:50:40.800289Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-1220",
"description": "CWE-1220 Insufficient Granularity of Access Control",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-03-18T16:16:00.693Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-03T22:33:09.411Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://security.netapp.com/advisory/ntap-20241101-0003/"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/10/msg00011.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "PHP",
"vendor": "PHP Group",
"versions": [
{
"lessThan": "8.1.30",
"status": "affected",
"version": "8.1.*",
"versionType": "semver"
},
{
"lessThan": "8.2.24",
"status": "affected",
"version": "8.2.*",
"versionType": "semver"
},
{
"lessThan": "8.3.12",
"status": "affected",
"version": "8.3.*",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Owen Gong"
},
{
"lang": "en",
"type": "finder",
"value": "RyotaK"
}
],
"datePublic": "2024-09-27T17:50:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12,\u0026nbsp;HTTP_REDIRECT_STATUS variable is used to check whether or not CGI binary is being run by the HTTP server. However, in certain scenarios, the content of this variable can be controlled by the request submitter via HTTP headers, which can lead to\u0026nbsp;cgi.force_redirect option not being correctly applied. In certain configurations this may lead to arbitrary file inclusion in PHP.\u0026nbsp;"
}
],
"value": "In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12,\u00a0HTTP_REDIRECT_STATUS variable is used to check whether or not CGI binary is being run by the HTTP server. However, in certain scenarios, the content of this variable can be controlled by the request submitter via HTTP headers, which can lead to\u00a0cgi.force_redirect option not being correctly applied. In certain configurations this may lead to arbitrary file inclusion in PHP."
}
],
"impacts": [
{
"capecId": "CAPEC-252",
"descriptions": [
{
"lang": "en",
"value": "CAPEC-252 PHP Local File Inclusion"
}
]
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-10-08T03:56:31.849Z",
"orgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b",
"shortName": "php"
},
"references": [
{
"url": "https://github.com/php/php-src/security/advisories/GHSA-94p6-54jq-9mwp"
}
],
"source": {
"discovery": "EXTERNAL"
},
"title": "cgi.force_redirect configuration is bypassable due to the environment variable collision",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b",
"assignerShortName": "php",
"cveId": "CVE-2024-8927",
"datePublished": "2024-10-08T03:56:31.849Z",
"dateReserved": "2024-09-17T04:09:57.362Z",
"dateUpdated": "2025-11-03T22:33:09.411Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-8927",
"date": "2026-05-30",
"epss": "0.0045",
"percentile": "0.6391"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-8927\",\"sourceIdentifier\":\"security@php.net\",\"published\":\"2024-10-08T04:15:10.867\",\"lastModified\":\"2025-11-03T23:17:33.007\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12,\u00a0HTTP_REDIRECT_STATUS variable is used to check whether or not CGI binary is being run by the HTTP server. However, in certain scenarios, the content of this variable can be controlled by the request submitter via HTTP headers, which can lead to\u00a0cgi.force_redirect option not being correctly applied. In certain configurations this may lead to arbitrary file inclusion in PHP.\"},{\"lang\":\"es\",\"value\":\"En las versiones de PHP 8.1.* anteriores a 8.1.30, 8.2.* anteriores a 8.2.24, 8.3.* anteriores a 8.3.12, la variable HTTP_REDIRECT_STATUS se utiliza para comprobar si el servidor HTTP est\u00e1 ejecutando o no el binario CGI. Sin embargo, en determinados escenarios, el remitente de la solicitud puede controlar el contenido de esta variable a trav\u00e9s de los encabezados HTTP, lo que puede provocar que la opci\u00f3n cgi.force_redirect no se aplique correctamente. En determinadas configuraciones, esto puede provocar la inclusi\u00f3n arbitraria de archivos en PHP.\"}],\"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:H/I:N/A:N\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6},{\"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:N/A:N\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-Other\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1220\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.1.0\",\"versionEndExcluding\":\"8.1.30\",\"matchCriteriaId\":\"0AE1547D-26D1-4BD3-9EF8-B0E61BB7FFCB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.2.0\",\"versionEndExcluding\":\"8.2.24\",\"matchCriteriaId\":\"01D71D50-4234-4537-984F-DB2A675EDA24\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.3.0\",\"versionEndExcluding\":\"8.3.12\",\"matchCriteriaId\":\"3236DC72-ADB3-44C3-8A19-4EC37B9FFDD7\"}]}]}],\"references\":[{\"url\":\"https://github.com/php/php-src/security/advisories/GHSA-94p6-54jq-9mwp\",\"source\":\"security@php.net\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/10/msg00011.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20241101-0003/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"cna\": {\"affected\": [{\"defaultStatus\": \"unaffected\", \"product\": \"PHP\", \"vendor\": \"PHP Group\", \"versions\": [{\"lessThan\": \"8.1.30\", \"status\": \"affected\", \"version\": \"8.1.*\", \"versionType\": \"semver\"}, {\"lessThan\": \"8.2.24\", \"status\": \"affected\", \"version\": \"8.2.*\", \"versionType\": \"semver\"}, {\"lessThan\": \"8.3.12\", \"status\": \"affected\", \"version\": \"8.3.*\", \"versionType\": \"semver\"}]}], \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Owen Gong\"}, {\"lang\": \"en\", \"type\": \"finder\", \"value\": \"RyotaK\"}], \"datePublic\": \"2024-09-27T17:50:00.000Z\", \"descriptions\": [{\"lang\": \"en\", \"supportingMedia\": [{\"base64\": false, \"type\": \"text/html\", \"value\": \"In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12,\u0026nbsp;HTTP_REDIRECT_STATUS variable is used to check whether or not CGI binary is being run by the HTTP server. However, in certain scenarios, the content of this variable can be controlled by the request submitter via HTTP headers, which can lead to\u0026nbsp;cgi.force_redirect option not being correctly applied. In certain configurations this may lead to arbitrary file inclusion in PHP.\u0026nbsp;\"}], \"value\": \"In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12,\\u00a0HTTP_REDIRECT_STATUS variable is used to check whether or not CGI binary is being run by the HTTP server. However, in certain scenarios, the content of this variable can be controlled by the request submitter via HTTP headers, which can lead to\\u00a0cgi.force_redirect option not being correctly applied. In certain configurations this may lead to arbitrary file inclusion in PHP.\"}], \"impacts\": [{\"capecId\": \"CAPEC-252\", \"descriptions\": [{\"lang\": \"en\", \"value\": \"CAPEC-252 PHP Local File Inclusion\"}]}], \"metrics\": [{\"cvssV3_1\": {\"attackComplexity\": \"LOW\", \"attackVector\": \"NETWORK\", \"availabilityImpact\": \"NONE\", \"baseScore\": 7.5, \"baseSeverity\": \"HIGH\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"scope\": \"UNCHANGED\", \"userInteraction\": \"NONE\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\", \"version\": \"3.1\"}, \"format\": \"CVSS\", \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"providerMetadata\": {\"orgId\": \"dd77f84a-d19a-4638-8c3d-a322d820ed2b\", \"shortName\": \"php\", \"dateUpdated\": \"2024-10-08T03:56:31.849Z\"}, \"references\": [{\"url\": \"https://github.com/php/php-src/security/advisories/GHSA-94p6-54jq-9mwp\"}], \"source\": {\"discovery\": \"EXTERNAL\"}, \"title\": \"cgi.force_redirect configuration is bypassable due to the environment variable collision\", \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}}, \"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-8927\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-10-08T12:50:40.800289Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\"], \"vendor\": \"php\", \"product\": \"php\", \"versions\": [{\"status\": \"affected\", \"version\": \"8.1.0\", \"lessThan\": \"8.1.30\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8.2.0\", \"lessThan\": \"8.2.24\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8.3.0\", \"lessThan\": \"8.3.12\", \"versionType\": \"semver\"}], \"defaultStatus\": \"unknown\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1220\", \"description\": \"CWE-1220 Insufficient Granularity of Access Control\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-10-08T12:56:03.439Z\"}}]}",
"cveMetadata": "{\"cveId\": \"CVE-2024-8927\", \"assignerOrgId\": \"dd77f84a-d19a-4638-8c3d-a322d820ed2b\", \"state\": \"PUBLISHED\", \"assignerShortName\": \"php\", \"dateReserved\": \"2024-09-17T04:09:57.362Z\", \"datePublished\": \"2024-10-08T03:56:31.849Z\", \"dateUpdated\": \"2025-03-18T16:16:00.693Z\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2024:3733-1
Vulnerability from csaf_suse - Published: 2024-10-18 15:48 - Updated: 2024-10-18 15:48Summary
Security update for php7
Severity
Moderate
Notes
Title of the patch: Security update for php7
Description of the patch: This update for php7 fixes the following issues:
- CVE-2024-8925: Fixed erroneous parsing of multipart form data in HTTP POST requests leads to legitimate data not being processed (bsc#1231360)
- CVE-2024-8927: Fixed cgi.force_redirect configuration is bypassable due to an environment variable collision (bsc#1231358)
- CVE-2024-9026: Fixed pollution of worker output logs in PHP-FPM (bsc#1231382)
Patchnames: SUSE-2024-3733,SUSE-SLE-Module-Legacy-15-SP5-2024-3733,SUSE-SLE-Module-Legacy-15-SP6-2024-3733,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2024-3733,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-3733,openSUSE-SLE-15.5-2024-3733,openSUSE-SLE-15.6-2024-3733
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
856 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
6.5 (Medium)
Affected products
Recommended
856 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
856 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
16 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for php7",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for php7 fixes the following issues:\n\n- CVE-2024-8925: Fixed erroneous parsing of multipart form data in HTTP POST requests leads to legitimate data not being processed (bsc#1231360) \n- CVE-2024-8927: Fixed cgi.force_redirect configuration is bypassable due to an environment variable collision (bsc#1231358) \n- CVE-2024-9026: Fixed pollution of worker output logs in PHP-FPM (bsc#1231382) \n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-3733,SUSE-SLE-Module-Legacy-15-SP5-2024-3733,SUSE-SLE-Module-Legacy-15-SP6-2024-3733,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2024-3733,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-3733,openSUSE-SLE-15.5-2024-3733,openSUSE-SLE-15.6-2024-3733",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3733-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:3733-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243733-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:3733-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019658.html"
},
{
"category": "self",
"summary": "SUSE Bug 1231358",
"url": "https://bugzilla.suse.com/1231358"
},
{
"category": "self",
"summary": "SUSE Bug 1231360",
"url": "https://bugzilla.suse.com/1231360"
},
{
"category": "self",
"summary": "SUSE Bug 1231382",
"url": "https://bugzilla.suse.com/1231382"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-8925 page",
"url": "https://www.suse.com/security/cve/CVE-2024-8925/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-8927 page",
"url": "https://www.suse.com/security/cve/CVE-2024-8927/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-9026 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9026/"
}
],
"title": "Security update for php7",
"tracking": {
"current_release_date": "2024-10-18T15:48:27Z",
"generator": {
"date": "2024-10-18T15:48:27Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:3733-1",
"initial_release_date": "2024-10-18T15:48:27Z",
"revision_history": [
{
"date": "2024-10-18T15:48:27Z",
"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.40.1.aarch64",
"product": {
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"product_id": "apache2-mod_php7-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-bcmath-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-bz2-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-bz2-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-calendar-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-calendar-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-cli-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-cli-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-cli-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-ctype-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-ctype-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-curl-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-curl-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-dba-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-dba-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-devel-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-devel-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-dom-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-dom-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-embed-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-embed-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-enchant-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-enchant-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-exif-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-exif-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-fastcgi-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-fileinfo-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-fpm-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-fpm-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-ftp-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-ftp-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-gd-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-gd-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-gettext-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-gettext-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-gmp-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-gmp-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-iconv-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-iconv-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-intl-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-intl-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-json-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-json-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-ldap-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-ldap-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-mbstring-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-mysql-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-mysql-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-odbc-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-odbc-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-opcache-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-opcache-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-openssl-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-openssl-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-pcntl-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-pdo-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-pdo-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-pgsql-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-phar-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-phar-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-posix-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-posix-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-readline-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-readline-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-shmop-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-shmop-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-snmp-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-snmp-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-soap-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-soap-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-sockets-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-sockets-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-sodium-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-sodium-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-sqlite-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-sysvmsg-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-sysvsem-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-sysvshm-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-test-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-test-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-tidy-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-tidy-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-tokenizer-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-xmlreader-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-xmlrpc-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-xmlwriter-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-xsl-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-xsl-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-zip-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-zip-7.4.33-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150400.4.40.1.aarch64",
"product": {
"name": "php7-zlib-7.4.33-150400.4.40.1.aarch64",
"product_id": "php7-zlib-7.4.33-150400.4.40.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.i586",
"product": {
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.i586",
"product_id": "apache2-mod_php7-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-7.4.33-150400.4.40.1.i586",
"product_id": "php7-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-bcmath-7.4.33-150400.4.40.1.i586",
"product_id": "php7-bcmath-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-bz2-7.4.33-150400.4.40.1.i586",
"product_id": "php7-bz2-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-calendar-7.4.33-150400.4.40.1.i586",
"product_id": "php7-calendar-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-cli-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-cli-7.4.33-150400.4.40.1.i586",
"product_id": "php7-cli-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-ctype-7.4.33-150400.4.40.1.i586",
"product_id": "php7-ctype-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-curl-7.4.33-150400.4.40.1.i586",
"product_id": "php7-curl-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-dba-7.4.33-150400.4.40.1.i586",
"product_id": "php7-dba-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-devel-7.4.33-150400.4.40.1.i586",
"product_id": "php7-devel-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-dom-7.4.33-150400.4.40.1.i586",
"product_id": "php7-dom-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-embed-7.4.33-150400.4.40.1.i586",
"product_id": "php7-embed-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-enchant-7.4.33-150400.4.40.1.i586",
"product_id": "php7-enchant-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-exif-7.4.33-150400.4.40.1.i586",
"product_id": "php7-exif-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-fastcgi-7.4.33-150400.4.40.1.i586",
"product_id": "php7-fastcgi-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-fileinfo-7.4.33-150400.4.40.1.i586",
"product_id": "php7-fileinfo-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-fpm-7.4.33-150400.4.40.1.i586",
"product_id": "php7-fpm-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-ftp-7.4.33-150400.4.40.1.i586",
"product_id": "php7-ftp-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-gd-7.4.33-150400.4.40.1.i586",
"product_id": "php7-gd-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-gettext-7.4.33-150400.4.40.1.i586",
"product_id": "php7-gettext-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-gmp-7.4.33-150400.4.40.1.i586",
"product_id": "php7-gmp-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-iconv-7.4.33-150400.4.40.1.i586",
"product_id": "php7-iconv-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-intl-7.4.33-150400.4.40.1.i586",
"product_id": "php7-intl-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-json-7.4.33-150400.4.40.1.i586",
"product_id": "php7-json-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-ldap-7.4.33-150400.4.40.1.i586",
"product_id": "php7-ldap-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-mbstring-7.4.33-150400.4.40.1.i586",
"product_id": "php7-mbstring-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-mysql-7.4.33-150400.4.40.1.i586",
"product_id": "php7-mysql-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-odbc-7.4.33-150400.4.40.1.i586",
"product_id": "php7-odbc-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-opcache-7.4.33-150400.4.40.1.i586",
"product_id": "php7-opcache-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-openssl-7.4.33-150400.4.40.1.i586",
"product_id": "php7-openssl-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-pcntl-7.4.33-150400.4.40.1.i586",
"product_id": "php7-pcntl-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-pdo-7.4.33-150400.4.40.1.i586",
"product_id": "php7-pdo-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-pgsql-7.4.33-150400.4.40.1.i586",
"product_id": "php7-pgsql-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-phar-7.4.33-150400.4.40.1.i586",
"product_id": "php7-phar-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-posix-7.4.33-150400.4.40.1.i586",
"product_id": "php7-posix-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-readline-7.4.33-150400.4.40.1.i586",
"product_id": "php7-readline-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-shmop-7.4.33-150400.4.40.1.i586",
"product_id": "php7-shmop-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-snmp-7.4.33-150400.4.40.1.i586",
"product_id": "php7-snmp-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-soap-7.4.33-150400.4.40.1.i586",
"product_id": "php7-soap-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-sockets-7.4.33-150400.4.40.1.i586",
"product_id": "php7-sockets-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-sodium-7.4.33-150400.4.40.1.i586",
"product_id": "php7-sodium-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-sqlite-7.4.33-150400.4.40.1.i586",
"product_id": "php7-sqlite-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.i586",
"product_id": "php7-sysvmsg-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-sysvsem-7.4.33-150400.4.40.1.i586",
"product_id": "php7-sysvsem-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-sysvshm-7.4.33-150400.4.40.1.i586",
"product_id": "php7-sysvshm-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-test-7.4.33-150400.4.40.1.i586",
"product_id": "php7-test-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-tidy-7.4.33-150400.4.40.1.i586",
"product_id": "php7-tidy-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-tokenizer-7.4.33-150400.4.40.1.i586",
"product_id": "php7-tokenizer-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-xmlreader-7.4.33-150400.4.40.1.i586",
"product_id": "php7-xmlreader-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.i586",
"product_id": "php7-xmlrpc-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.i586",
"product_id": "php7-xmlwriter-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-xsl-7.4.33-150400.4.40.1.i586",
"product_id": "php7-xsl-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-zip-7.4.33-150400.4.40.1.i586",
"product_id": "php7-zip-7.4.33-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150400.4.40.1.i586",
"product": {
"name": "php7-zlib-7.4.33-150400.4.40.1.i586",
"product_id": "php7-zlib-7.4.33-150400.4.40.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"product_id": "apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-bcmath-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-bz2-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-calendar-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-cli-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-cli-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-cli-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-ctype-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-curl-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-curl-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-dba-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-dba-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-devel-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-devel-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-dom-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-dom-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-embed-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-embed-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-enchant-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-exif-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-exif-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-fastcgi-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-fileinfo-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-fpm-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-ftp-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-gd-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-gd-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-gettext-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-gmp-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-iconv-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-intl-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-intl-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-json-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-json-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-ldap-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-mbstring-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-mysql-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-odbc-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-opcache-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-openssl-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-pcntl-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-pdo-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-pgsql-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-phar-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-phar-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-posix-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-posix-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-readline-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-readline-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-shmop-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-snmp-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-soap-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-soap-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-sockets-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-sodium-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-sqlite-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-sysvsem-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-sysvshm-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-test-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-test-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-tidy-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-tokenizer-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-xmlreader-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-xsl-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-zip-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-zip-7.4.33-150400.4.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"product": {
"name": "php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"product_id": "php7-zlib-7.4.33-150400.4.40.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"product_id": "apache2-mod_php7-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-bcmath-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-bcmath-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-bz2-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-bz2-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-calendar-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-calendar-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-cli-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-cli-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-cli-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-ctype-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-ctype-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-curl-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-curl-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-dba-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-dba-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-devel-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-devel-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-dom-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-dom-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-embed-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-embed-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-enchant-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-enchant-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-exif-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-exif-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-fastcgi-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-fileinfo-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-fpm-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-fpm-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-ftp-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-ftp-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-gd-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-gd-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-gettext-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-gettext-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-gmp-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-gmp-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-iconv-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-iconv-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-intl-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-intl-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-json-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-json-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-ldap-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-ldap-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-mbstring-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-mbstring-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-mysql-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-mysql-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-odbc-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-odbc-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-opcache-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-opcache-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-openssl-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-openssl-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-pcntl-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-pcntl-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-pdo-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-pdo-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-pgsql-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-pgsql-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-phar-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-phar-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-posix-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-posix-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-readline-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-readline-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-shmop-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-shmop-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-snmp-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-snmp-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-soap-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-soap-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-sockets-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-sockets-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-sodium-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-sodium-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-sqlite-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-sqlite-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-sysvmsg-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-sysvsem-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-sysvshm-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-test-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-test-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-tidy-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-tidy-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-tokenizer-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-xmlreader-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-xmlrpc-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-xmlwriter-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-xsl-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-xsl-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-zip-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-zip-7.4.33-150400.4.40.1.s390x"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150400.4.40.1.s390x",
"product": {
"name": "php7-zlib-7.4.33-150400.4.40.1.s390x",
"product_id": "php7-zlib-7.4.33-150400.4.40.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"product_id": "apache2-mod_php7-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-bcmath-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-bz2-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-bz2-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-bz2-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-calendar-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-calendar-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-calendar-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-cli-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-cli-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-cli-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-ctype-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-ctype-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-ctype-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-curl-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-curl-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-curl-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-dba-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-dba-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-dba-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-devel-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-devel-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-devel-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-dom-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-dom-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-dom-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-embed-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-embed-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-embed-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-enchant-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-enchant-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-enchant-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-exif-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-exif-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-exif-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-fastcgi-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-fileinfo-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-fpm-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-fpm-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-fpm-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-ftp-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-ftp-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-ftp-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-gd-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-gd-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-gd-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-gettext-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-gettext-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-gettext-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-gmp-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-gmp-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-gmp-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-iconv-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-iconv-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-iconv-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-intl-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-intl-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-intl-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-json-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-json-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-json-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-ldap-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-ldap-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-ldap-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-mbstring-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-mysql-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-mysql-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-mysql-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-odbc-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-odbc-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-odbc-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-opcache-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-opcache-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-opcache-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-openssl-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-openssl-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-openssl-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-pcntl-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pdo-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-pdo-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-pdo-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-pgsql-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-phar-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-phar-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-phar-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-posix-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-posix-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-posix-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-readline-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-readline-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-readline-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-shmop-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-shmop-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-shmop-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-snmp-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-snmp-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-snmp-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-soap-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-soap-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-soap-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sockets-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-sockets-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-sockets-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sodium-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-sodium-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-sodium-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-sqlite-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-sysvmsg-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-sysvsem-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-sysvshm-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-test-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-test-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-test-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-tidy-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-tidy-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-tidy-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-tokenizer-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-xmlreader-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-xmlrpc-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-xmlwriter-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-xsl-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-xsl-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-xsl-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-zip-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-zip-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-zip-7.4.33-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "php7-zlib-7.4.33-150400.4.40.1.x86_64",
"product": {
"name": "php7-zlib-7.4.33-150400.4.40.1.x86_64",
"product_id": "php7-zlib-7.4.33-150400.4.40.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Legacy 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-legacy:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Legacy 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-legacy:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-bz2-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-calendar-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-cli-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-cli-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-cli-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-cli-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-ctype-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-curl-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-curl-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-curl-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-curl-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-dba-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-dba-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-dba-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-dba-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-devel-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-devel-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-devel-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-devel-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-dom-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-dom-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-dom-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-dom-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-enchant-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-exif-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-exif-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-exif-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-exif-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-fpm-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-ftp-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-gd-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-gd-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-gd-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-gd-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-gettext-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-gmp-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-iconv-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-intl-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-intl-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-intl-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-intl-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-json-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-json-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-json-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-json-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-ldap-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-mysql-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-odbc-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-opcache-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-openssl-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-pdo-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-phar-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-phar-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-phar-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-phar-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-posix-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-posix-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-posix-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-posix-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-readline-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-readline-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-readline-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-readline-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-shmop-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-snmp-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-soap-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-soap-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-soap-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-soap-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sockets-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sodium-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-tidy-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-xsl-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-zip-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-zip-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-zip-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-zip-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-zlib-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-bz2-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-calendar-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-cli-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-cli-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-cli-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-cli-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-ctype-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-curl-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-curl-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-curl-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-curl-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-dba-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-dba-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-dba-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-dba-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-devel-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-devel-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-devel-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-devel-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-dom-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-dom-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-dom-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-dom-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-enchant-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-exif-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-exif-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-exif-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-exif-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-fpm-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-ftp-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-gd-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-gd-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-gd-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-gd-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-gettext-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-gmp-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-iconv-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-intl-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-intl-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-intl-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-intl-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-json-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-json-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-json-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-json-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-ldap-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-mysql-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-odbc-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-opcache-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-openssl-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-pdo-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-phar-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-phar-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-phar-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-phar-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-posix-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-posix-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-posix-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-posix-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-readline-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-readline-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-readline-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-readline-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-shmop-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-snmp-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-soap-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-soap-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-soap-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-soap-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sockets-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sodium-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-tidy-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-xsl-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-zip-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-zip-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-zip-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-zip-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-zlib-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-embed-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-embed-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-embed-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-embed-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.40.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-embed-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.40.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-embed-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.40.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-embed-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-embed-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-bz2-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-calendar-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-cli-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-cli-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-cli-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-cli-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-ctype-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-curl-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-curl-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-curl-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-curl-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-dba-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-dba-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-dba-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-dba-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-devel-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-devel-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-devel-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-devel-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-dom-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-dom-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-dom-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-dom-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-embed-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-embed-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-embed-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-embed-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-enchant-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-exif-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-exif-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-exif-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-exif-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-fpm-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-ftp-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-gd-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-gd-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-gd-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-gd-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-gettext-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-gmp-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-iconv-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-intl-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-intl-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-intl-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-intl-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-json-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-json-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-json-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-json-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-ldap-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-mysql-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-odbc-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-opcache-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-openssl-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-pdo-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-phar-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-phar-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-phar-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-phar-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-posix-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-posix-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-posix-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-posix-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-readline-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-readline-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-readline-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-readline-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-shmop-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-snmp-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-soap-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-soap-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-soap-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-soap-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sockets-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sodium-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-test-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-test-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-test-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-test-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-test-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-test-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-test-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-test-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-tidy-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-xsl-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-zip-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-zip-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-zip-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-zip-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-zlib-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php7-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bcmath-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-bz2-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-bz2-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-bz2-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-bz2-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-calendar-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-calendar-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-calendar-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-calendar-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-cli-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-cli-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-cli-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-cli-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-cli-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-ctype-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-ctype-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ctype-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-ctype-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-curl-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-curl-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-curl-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-curl-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-curl-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-dba-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-dba-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-dba-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dba-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-dba-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-devel-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-devel-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-devel-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-devel-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-devel-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-dom-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-dom-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-dom-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-dom-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-dom-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-embed-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-embed-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-embed-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-embed-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-embed-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-enchant-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-enchant-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-enchant-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-enchant-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-exif-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-exif-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-exif-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-exif-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-exif-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fastcgi-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fileinfo-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-fpm-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-fpm-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-fpm-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-fpm-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-ftp-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-ftp-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ftp-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-ftp-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-gd-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-gd-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-gd-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gd-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-gd-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-gettext-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-gettext-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gettext-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-gettext-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-gmp-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-gmp-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-gmp-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-gmp-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-iconv-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-iconv-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-iconv-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-iconv-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-intl-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-intl-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-intl-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-intl-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-intl-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-json-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-json-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-json-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-json-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-json-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-ldap-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-ldap-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-ldap-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-ldap-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mbstring-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-mysql-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-mysql-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-mysql-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-mysql-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-odbc-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-odbc-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-odbc-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-odbc-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-opcache-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-opcache-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-opcache-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-opcache-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-openssl-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-openssl-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-openssl-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-openssl-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pcntl-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-pdo-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-pdo-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pdo-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-pdo-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-pgsql-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-phar-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-phar-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-phar-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-phar-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-phar-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-posix-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-posix-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-posix-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-posix-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-posix-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-readline-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-readline-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-readline-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-readline-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-readline-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-shmop-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-shmop-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-shmop-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-shmop-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-snmp-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-snmp-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-snmp-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-snmp-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-soap-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-soap-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-soap-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-soap-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-soap-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sockets-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sockets-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sockets-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sockets-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sodium-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sodium-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sodium-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sodium-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sqlite-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvmsg-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvsem-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-sysvshm-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-test-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-test-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-test-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-test-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-test-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-test-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-test-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-test-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-tidy-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-tidy-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tidy-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-tidy-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-tokenizer-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlreader-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlrpc-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xmlwriter-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-xsl-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-xsl-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-xsl-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-xsl-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-zip-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-zip-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-zip-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zip-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-zip-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.aarch64"
},
"product_reference": "php7-zlib-7.4.33-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.ppc64le"
},
"product_reference": "php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.s390x"
},
"product_reference": "php7-zlib-7.4.33-150400.4.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php7-zlib-7.4.33-150400.4.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.x86_64"
},
"product_reference": "php7-zlib-7.4.33-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-8925",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-8925"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, erroneous parsing of multipart form data contained in an HTTP POST request could lead to legitimate data not being processed. This could lead to malicious attacker able to control part of the submitted data being able to exclude portion of other data, potentially leading to erroneous application behavior.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-8925",
"url": "https://www.suse.com/security/cve/CVE-2024-8925"
},
{
"category": "external",
"summary": "SUSE Bug 1231360 for CVE-2024-8925",
"url": "https://bugzilla.suse.com/1231360"
}
],
"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 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-18T15:48:27Z",
"details": "low"
}
],
"title": "CVE-2024-8925"
},
{
"cve": "CVE-2024-8927",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-8927"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, HTTP_REDIRECT_STATUS variable is used to check whether or not CGI binary is being run by the HTTP server. However, in certain scenarios, the content of this variable can be controlled by the request submitter via HTTP headers, which can lead to cgi.force_redirect option not being correctly applied. In certain configurations this may lead to arbitrary file inclusion in PHP.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-8927",
"url": "https://www.suse.com/security/cve/CVE-2024-8927"
},
{
"category": "external",
"summary": "SUSE Bug 1231358 for CVE-2024-8927",
"url": "https://bugzilla.suse.com/1231358"
}
],
"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 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-18T15:48:27Z",
"details": "moderate"
}
],
"title": "CVE-2024-8927"
},
{
"cve": "CVE-2024-9026",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9026"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, when using PHP-FPM SAPI and it is configured to catch workers output through catch_workers_output = yes, it may be possible to pollute the final log or remove up to 4 characters from the log messages by manipulating log message content. Additionally, if PHP-FPM is configured to use syslog output, it may be possible to further remove log data using the same vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9026",
"url": "https://www.suse.com/security/cve/CVE-2024-9026"
},
{
"category": "external",
"summary": "SUSE Bug 1231382 for CVE-2024-9026",
"url": "https://bugzilla.suse.com/1231382"
}
],
"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 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-json-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-test-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-json-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-test-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.40.1.x86_64",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.aarch64",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.ppc64le",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.s390x",
"openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-18T15:48:27Z",
"details": "moderate"
}
],
"title": "CVE-2024-9026"
}
]
}
WID-SEC-W-2024-2230
Vulnerability from csaf_certbund - Published: 2024-09-26 22:00 - Updated: 2025-07-20 22:00Summary
PHP: Mehrere Schwachstellen
Severity
Kritisch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: PHP ist eine Programmiersprache, die zur Implementierung von Web-Applikationen genutzt wird.
Angriff: Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in PHP ausnutzen, um beliebigen Programmcode auszuführen, Informationen preiszugeben und andere nicht spezifizierte Angriffe durchzuführen.
Betroffene Betriebssysteme: - Linux
- Windows
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
NetApp Data ONTAP 9
NetApp / Data ONTAP
|
cpe:/a:netapp:data_ontap:9
|
9 | |
|
Open Source PHP <8.2.24
Open Source / PHP
|
<8.2.24 | ||
|
Open Source PHP <8.3.12
Open Source / PHP
|
<8.3.12 |
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
NetApp Data ONTAP 9
NetApp / Data ONTAP
|
cpe:/a:netapp:data_ontap:9
|
9 | |
|
Open Source PHP <8.2.24
Open Source / PHP
|
<8.2.24 | ||
|
Open Source PHP <8.3.12
Open Source / PHP
|
<8.3.12 |
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
NetApp Data ONTAP 9
NetApp / Data ONTAP
|
cpe:/a:netapp:data_ontap:9
|
9 | |
|
Open Source PHP <8.2.24
Open Source / PHP
|
<8.2.24 | ||
|
Open Source PHP <8.3.12
Open Source / PHP
|
<8.3.12 |
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
NetApp Data ONTAP 9
NetApp / Data ONTAP
|
cpe:/a:netapp:data_ontap:9
|
9 | |
|
Open Source PHP <8.2.24
Open Source / PHP
|
<8.2.24 | ||
|
Open Source PHP <8.3.12
Open Source / PHP
|
<8.3.12 |
References
32 references
{
"document": {
"aggregate_severity": {
"text": "kritisch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "PHP ist eine Programmiersprache, die zur Implementierung von Web-Applikationen genutzt wird.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in PHP ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen preiszugeben und andere nicht spezifizierte Angriffe durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2024-2230 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-2230.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-2230 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-2230"
},
{
"category": "external",
"summary": "PHP 8.2.24 Release vom 2024-09-26",
"url": "https://php.net/releases/8_2_24.php"
},
{
"category": "external",
"summary": "PHP 8.3.12 Release vom 2024-09-26",
"url": "https://php.net/releases/8_3_12.php"
},
{
"category": "external",
"summary": "Tenable Advisory vom 2024-09-26",
"url": "https://www.tenable.com/plugins/nessus/207822"
},
{
"category": "external",
"summary": "Tenable Advisory vom 2024-09-26",
"url": "https://www.tenable.com/plugins/nessus/207821"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7049-1 vom 2024-10-01",
"url": "https://ubuntu.com/security/notices/USN-7049-1"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5780 vom 2024-10-02",
"url": "https://lists.debian.org/debian-security-announce/2024/msg00193.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-3920 vom 2024-10-15",
"url": "https://lists.debian.org/debian-lts-announce/2024/10/msg00011.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:3664-1 vom 2024-10-16",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/OMHGA4CY55IT2GAR563WLNMWVPZFZBLC/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:3733-1 vom 2024-10-18",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/2SCVT3RPT53THJFRUZYDVBL7RJCJCVUF/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:3732-1 vom 2024-10-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019659.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:3729-1 vom 2024-10-18",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/J2XACYTTN3573N5WMITQPDYB6BRAIL3H/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7049-2 vom 2024-11-14",
"url": "https://ubuntu.com/security/notices/USN-7049-2"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:10949 vom 2024-12-11",
"url": "https://access.redhat.com/errata/RHSA-2024:10949"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:10950 vom 2024-12-11",
"url": "https://access.redhat.com/errata/RHSA-2024:10950"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:10952 vom 2024-12-11",
"url": "https://access.redhat.com/errata/RHSA-2024:10952"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:10951 vom 2024-12-11",
"url": "https://access.redhat.com/errata/RHSA-2024:10951"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-10951 vom 2024-12-12",
"url": "https://linux.oracle.com/errata/ELSA-2024-10951.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-10949 vom 2024-12-12",
"url": "https://linux.oracle.com/errata/ELSA-2024-10949.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-10950 vom 2024-12-13",
"url": "https://linux.oracle.com/errata/ELSA-2024-10950.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-10952 vom 2024-12-13",
"url": "https://linux.oracle.com/errata/ELSA-2024-10952.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:10949 vom 2024-12-19",
"url": "https://errata.build.resf.org/RLSA-2024:10949"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:10950 vom 2024-12-19",
"url": "https://errata.build.resf.org/RLSA-2024:10950"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202501-11 vom 2025-01-23",
"url": "https://security.gentoo.org/glsa/202501-11"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASPHP8.2-2025-006 vom 2025-02-25",
"url": "https://alas.aws.amazon.com/AL2/ALASPHP8.2-2025-006.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASPHP8.1-2025-006 vom 2025-02-25",
"url": "https://alas.aws.amazon.com/AL2/ALASPHP8.1-2025-006.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7049-3 vom 2025-02-27",
"url": "https://ubuntu.com/security/notices/USN-7049-3"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-2832 vom 2025-04-16",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2832.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7315 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7315"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-7431 vom 2025-05-23",
"url": "https://linux.oracle.com/errata/ELSA-2025-7431.html"
},
{
"category": "external",
"summary": "NetApp Security Advisory NTAP-20241101-0003 vom 2025-07-18",
"url": "https://security.netapp.com/advisory/NTAP-20241101-0003"
}
],
"source_lang": "en-US",
"title": "PHP: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-07-20T22:00:00.000+00:00",
"generator": {
"date": "2025-07-21T08:22:22.623+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2024-2230",
"initial_release_date": "2024-09-26T22:00:00.000+00:00",
"revision_history": [
{
"date": "2024-09-26T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-10-01T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-10-03T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2024-10-10T22:00:00.000+00:00",
"number": "4",
"summary": "Kategorisierung Linux erg\u00e4nzt"
},
{
"date": "2024-10-14T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2024-10-16T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-10-20T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-11-14T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-12-10T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-12-11T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-12-12T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-12-18T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-01-22T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Gentoo aufgenommen"
},
{
"date": "2025-02-25T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-02-26T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-04-16T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-05-12T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-25T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-07-20T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von NetApp aufgenommen"
}
],
"status": "final",
"version": "19"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"category": "product_name",
"name": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "9",
"product": {
"name": "NetApp Data ONTAP 9",
"product_id": "T039981",
"product_identification_helper": {
"cpe": "cpe:/a:netapp:data_ontap:9"
}
}
}
],
"category": "product_name",
"name": "Data ONTAP"
}
],
"category": "vendor",
"name": "NetApp"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c8.2.24",
"product": {
"name": "Open Source PHP \u003c8.2.24",
"product_id": "T037860"
}
},
{
"category": "product_version",
"name": "8.2.24",
"product": {
"name": "Open Source PHP 8.2.24",
"product_id": "T037860-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:php:php:8.2.24"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.3.12",
"product": {
"name": "Open Source PHP \u003c8.3.12",
"product_id": "T037861"
}
},
{
"category": "product_version",
"name": "8.3.12",
"product": {
"name": "Open Source PHP 8.3.12",
"product_id": "T037861-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:php:php:8.3.12"
}
}
}
],
"category": "product_name",
"name": "PHP"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-8925",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T012167",
"T004914",
"T032255",
"T039981",
"T037860",
"T037861"
]
},
"release_date": "2024-09-26T22:00:00.000+00:00",
"title": "CVE-2024-8925"
},
{
"cve": "CVE-2024-8926",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T012167",
"T004914",
"T032255",
"T039981",
"T037860",
"T037861"
]
},
"release_date": "2024-09-26T22:00:00.000+00:00",
"title": "CVE-2024-8926"
},
{
"cve": "CVE-2024-8927",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T012167",
"T004914",
"T032255",
"T039981",
"T037860",
"T037861"
]
},
"release_date": "2024-09-26T22:00:00.000+00:00",
"title": "CVE-2024-8927"
},
{
"cve": "CVE-2024-9026",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T000126",
"398363",
"T012167",
"T004914",
"T032255",
"T039981",
"T037860",
"T037861"
]
},
"release_date": "2024-09-26T22:00:00.000+00:00",
"title": "CVE-2024-9026"
}
]
}
WID-SEC-W-2025-0137
Vulnerability from csaf_certbund - Published: 2025-01-21 23:00 - Updated: 2025-01-21 23:00Summary
Oracle Secure Backup: Schwachstelle gefährdet Vertraulichkeit
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Oracle Secure Backup ist eine Managementsoftware für Bandsicherungen. Sie ermöglicht eine sichere Verschlüsselung der Daten beim Schreiben auf das Band.
Angriff: Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Oracle Secure Backup ausnutzen, um die Vertraulichkeit zu gefährden.
Betroffene Betriebssysteme: - Linux
- UNIX
- Windows
In Oracle Secure Backup existiert eine Schwachstelle. Durch Ausnutzung dieser Schwachstelle kann ein entfernter, anonymer Angreifer die Vertraulichkeit gefährden. Für die Ausnutzung dieser Schwachstelle ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu dieser Schwachstelle (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert ist hier "HIGH" für "Confidentiality" und bewirkt damit eine Bewertung mit dem Wert "GERING-MITTEL" für die Schadenshöhe.
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Secure Backup 18.1.0.2.0
Oracle / Secure Backup
|
cpe:/a:oracle:secure_backup:18.1.0.2.0
|
18.1.0.2.0 | |
|
Oracle Secure Backup 18.1.0.1.0
Oracle / Secure Backup
|
cpe:/a:oracle:secure_backup:18.1.0.1.0
|
18.1.0.1.0 | |
|
Oracle Secure Backup 19.1.0.0.0
Oracle / Secure Backup
|
cpe:/a:oracle:secure_backup:19.1.0.0.0
|
19.1.0.0.0 |
References
3 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Oracle Secure Backup ist eine Managementsoftware f\u00fcr Bandsicherungen. Sie erm\u00f6glicht eine sichere Verschl\u00fcsselung der Daten beim Schreiben auf das Band.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Oracle Secure Backup ausnutzen, um die Vertraulichkeit zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-0137 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0137.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-0137 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0137"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - January 2025 - Appendix Oracle Secure Backup vom 2025-01-21",
"url": "https://www.oracle.com/security-alerts/cpujan2025.html#AppendixOSB"
}
],
"source_lang": "en-US",
"title": "Oracle Secure Backup: Schwachstelle gef\u00e4hrdet Vertraulichkeit",
"tracking": {
"current_release_date": "2025-01-21T23:00:00.000+00:00",
"generator": {
"date": "2025-01-22T09:03:47.794+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.10"
}
},
"id": "WID-SEC-W-2025-0137",
"initial_release_date": "2025-01-21T23:00:00.000+00:00",
"revision_history": [
{
"date": "2025-01-21T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "18.1.0.1.0",
"product": {
"name": "Oracle Secure Backup 18.1.0.1.0",
"product_id": "1133939",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:secure_backup:18.1.0.1.0"
}
}
},
{
"category": "product_version",
"name": "18.1.0.2.0",
"product": {
"name": "Oracle Secure Backup 18.1.0.2.0",
"product_id": "T024963",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:secure_backup:18.1.0.2.0"
}
}
},
{
"category": "product_version",
"name": "19.1.0.0.0",
"product": {
"name": "Oracle Secure Backup 19.1.0.0.0",
"product_id": "T040432",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:secure_backup:19.1.0.0.0"
}
}
}
],
"category": "product_name",
"name": "Secure Backup"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-8927",
"notes": [
{
"category": "description",
"text": "In Oracle Secure Backup existiert eine Schwachstelle. Durch Ausnutzung dieser Schwachstelle kann ein entfernter, anonymer Angreifer die Vertraulichkeit gef\u00e4hrden. F\u00fcr die Ausnutzung dieser Schwachstelle ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu dieser Schwachstelle (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert ist hier \"HIGH\" f\u00fcr \"Confidentiality\" und bewirkt damit eine Bewertung mit dem Wert \"GERING-MITTEL\" f\u00fcr die Schadensh\u00f6he."
}
],
"product_status": {
"known_affected": [
"T024963",
"1133939",
"T040432"
]
},
"release_date": "2025-01-21T23:00:00.000+00:00",
"title": "CVE-2024-8927"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…